{"_id":"@aamuapp/quill-resize-module","name":"@aamuapp/quill-resize-module","dist-tags":{"latest":"2.0.0"},"versions":{"2.0.0":{"name":"@aamuapp/quill-resize-module","version":"2.0.0","main":"./dist/quill-resize-module.js","typings":"types/main.d.ts","author":{"name":"scrapooo","email":"cwcchunter@gmail.com"},"publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/scrapooo/quill-resize-module.git"},"license":"MIT","keywords":["quill","quill-resize-module","quill-image-resize","quill-iframe-resize"],"dependencies":{},"devDependencies":{"@types/ms":"^0.7.30","rollup":"^1.0.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-less":"^1.1.2","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-typescript":"^1.0.0","rollup-plugin-uglify":"^6.0.4","ts-node":"^7.0.1","tslib":"^1.9.3","typescript":"^3.2.2"},"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"ts-node test/test.ts","pretest":"npm run build"},"_id":"@aamuapp/quill-resize-module@2.0.0","gitHead":"2015f7abcf9440ce4789731aba097ad3be07cb51","description":"A module for Quill rich text editor to allow images to be resized.","bugs":{"url":"https://github.com/scrapooo/quill-resize-module/issues"},"homepage":"https://github.com/scrapooo/quill-resize-module#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-yMRcoOyDP4d7ZnkaDQKZQuszzQMRnSOS+puvJJy2NZhMCaYxjtTep/GX5SzB1hLQNub/JIpavgO+HF85gjXAKQ==","shasum":"704138a05e1d2f23f014d4b8731746afe5eb5e0b","tarball":"https://registry.npmjs.org/@aamuapp/quill-resize-module/-/quill-resize-module-2.0.0.tgz","fileCount":18,"unpackedSize":8332941,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAU4sepLTa49EELF1dEGjSAzAqrJ6HKMLprDu9ODacdsAiBU1wrCdjxMNLGIwdXlj0vSzAjDiqbWup+ZdsuO8DFbWQ=="}]},"_npmUser":{"name":"ile","email":"ilkkah@gmail.com"},"directories":{},"maintainers":[{"name":"ile","email":"ilkkah@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/quill-resize-module_2.0.0_1727367066344_0.1204981036878976"},"_hasShrinkwrap":false}},"time":{"created":"2024-09-26T16:11:06.206Z","2.0.0":"2024-09-26T16:11:07.084Z","modified":"2024-09-26T16:11:07.351Z"},"maintainers":[{"name":"ile","email":"ilkkah@gmail.com"}],"description":"A module for Quill rich text editor to allow images to be resized.","homepage":"https://github.com/scrapooo/quill-resize-module#readme","keywords":["quill","quill-resize-module","quill-image-resize","quill-iframe-resize"],"repository":{"type":"git","url":"git+https://github.com/scrapooo/quill-resize-module.git"},"author":{"name":"scrapooo","email":"cwcchunter@gmail.com"},"bugs":{"url":"https://github.com/scrapooo/quill-resize-module/issues"},"license":"MIT","readme":"# QUILL-RESIZE-MODULE\n\nA module for Quill rich text editor to allow images to be resized.\n\n## Usage\n\n### Webpack/ES6\n\n`npm install @galaxis/quill-resize-module`\n\n```javascript\nimport Quill from \"quill\";\nimport ResizeModule from \"@galaxis/quill-resize-module\";\n\nQuill.register(\"modules/resize\", ResizeModule);\n\nconst quill = new Quill(editor, {\n  modules: {\n    resize: {\n      locale: {\n        //By default:\n        // floatLeft: \"Left\",\n        // floatRight: \"Right\",\n        // center: \"Center\",\n        // restore: \"Default\",\n        // altTip: \"Press and hold alt to lock ratio!\",\n        // inputTip: \"Press enter key to apply change!\",\n      },\n    },\n  },\n});\n```\n","readmeFilename":"README.md"}