Skip to content

strausr/htmlLayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMLLayer

Overview

This is our html/layer library. The objective of this layer is render a
TransformableImg. This library is a dependency on our framework layer. As of now
React, Angular and Vue.

Install

Since this library is not on npm, we will need to preform the following to use on our framework libraries-

  1. clone repo
  2. npm run build
  3. npm run prepare-build
  4. cd into /dist
  5. npm link or npm pack
  6. install package in framework layer

Usage

import HtmlLayer from 'html-layer'; 
import {TransformableImage} from "@cloudinary/base";

new HtmlLayer(element, TransformableImage);

License

MIT © strausr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published