npm install --save cropdor
yarn add cropdimport crop from 'cropd';
const cropper = crop(targetElement, {
src: 'someimageurl'
});
// When you want to extract the cropped region
cropper.toDataURL();yarn start- wrappers for:
- Vue
- React
- Svelte
- finish Lerna setup