nuxt-modern-cropper
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Nuxt Modern Cropper

npm version npm downloads License Nuxt

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:

// nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-modern-cropper',
  ],
})

That's it! You can now use <ModernCropper /> in your Nuxt app ✨

Contribution

Local development
# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-modern-cropper

Weekly Downloads

2

Version

0.1.4

License

MIT

Unpacked Size

5.33 kB

Total Files

11

Last publish

Collaborators

  • namesmt