Nuxt Modern Cropper
Power-packed wrapper over cropperjs@next.
This package is just a module wrapper over vue-modern-cropper, for more information check it's repo.
Installation
Install the package
pnpm add -D vue-modern-cropper nuxt-modern-cropper
Add nuxt-modern-cropper
to your Nuxt config file:
export default defineNuxtConfig({
modules: [
'nuxt-modern-cropper',
],
})
That's it! You can now use <ModernCropper />
in your Nuxt app ✨
Contribution
Local development
npm install
npm run dev:prepare
npm run dev
npm run dev:build
npm run lint
npm run test
npm run test:watch
npm run release