Skip to content

Vivomo/crop-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crop Box

Installation

npm install @vimo/crop-box

API

example

<link rel="stylesheet" href="dist/crop-box.css">
<style>
#wrap {
position: relative;
height: 600px;
}
</style>
<div id="wrap"></div>
<script src="dist/crop-box.js"></script>
<script >
new CropBox({
    elem: document.getElementById('wrap')
});
</script>

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published