{"_id":"quill-image-resize-module","_rev":"5-cafe79ac60f91b938f5e09503d4598ec","name":"quill-image-resize-module","description":"A module for Quill rich text editor to allow images to be resized.","dist-tags":{"latest":"3.0.0"},"versions":{"1.0.0":{"name":"quill-image-resize-module","version":"1.0.0","description":"A module for Quill rich text editor to allow images to be pasted and drag/dropped into the editor.","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","release":"sh ./bin/release.sh"},"repository":{"type":"git","url":"git+https://github.com/kensnyder/quill-image-resize-module.git"},"keywords":["quill","quilljs","image","resize","sizer"],"author":{"name":"@kensnyder"},"license":"MIT","bugs":{"url":"https://github.com/kensnyder/quill-image-resize-module/issues"},"homepage":"https://github.com/kensnyder/quill-image-resize-module#readme","devDependencies":{"babel-cli":"^6.24.0","babel-preset-env":"^1.2.2","babel-preset-es2015":"^6.24.0","uglify-js":"^2.8.13"},"dependencies":{"quill":"^1.2.2"},"gitHead":"8080e805810017374fa8d0da74f18be3edd07690","_id":"quill-image-resize-module@1.0.0","_shasum":"731e398ada4e8dae7632cc8993c598ccd9fd89c6","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"kensnyder","email":"kendsnyder@gmail.com"},"dist":{"shasum":"731e398ada4e8dae7632cc8993c598ccd9fd89c6","tarball":"https://registry.npmjs.org/quill-image-resize-module/-/quill-image-resize-module-1.0.0.tgz","integrity":"sha512-3VHVbmLeM6jC7tT5u5iywYrXSI+lG+x+icsR29FjfFgfPC0JOxB+rjQp4fqN8AGMK5ibLcOUxaTfUmrwfP6nYA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGac7pXzzqTZoJmF/Q2BkCgLMFRgihlVU8m2lFM0MKzbAiBfBOHlRC6Ns1aXonRg1252G3JBoxJbpLnDz72f9lBreA=="}]},"maintainers":[{"name":"kensnyder","email":"kendsnyder@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/quill-image-resize-module-1.0.0.tgz_1490482130906_0.8229362142737955"}},"3.0.0":{"name":"quill-image-resize-module","version":"3.0.0","description":"A module for Quill rich text editor to allow images to be resized.","main":"image-resize.min.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1","release":"webpack -p --progress --colors","dev":"webpack --progress --colors --watch","lint":"eslint --ext js,es6 src","fixlint":"eslint --fix --ext js,es6 src"},"repository":{"type":"git","url":"git+https://github.com/kensnyder/quill-image-resize-module.git"},"keywords":["quill","quilljs","image","resize","sizer"],"author":{"name":"@kensnyder"},"contributors":[{"name":"Wikia","url":"https://github.com/Wikia"}],"license":"MIT","bugs":{"url":"https://github.com/kensnyder/quill-image-resize-module/issues"},"homepage":"https://github.com/kensnyder/quill-image-resize-module#readme","devDependencies":{"babel-cli":"^6.24.0","babel-eslint":"^7.2.1","babel-loader":"^6.4.1","babel-plugin-transform-class-properties":"^6.23.0","babel-preset-env":"^1.2.2","babel-preset-es2015":"^6.24.0","eslint":"^3.19.0","eslint-config-airbnb":"^14.1.0","eslint-plugin-import":"^2.2.0","eslint-plugin-jsx-a11y":"^4.0.0","eslint-plugin-react":"^6.10.3","webpack":"^2.3.3"},"dependencies":{"lodash":"^4.17.4","quill":"^1.2.2","raw-loader":"^0.5.1"},"gitHead":"db3ebd7ab806049e27ec1bdb0f33f969721d3444","_id":"quill-image-resize-module@3.0.0","_shasum":"0fd93746a837336d95b2f536140416a623c71771","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"kensnyder","email":"kendsnyder@gmail.com"},"dist":{"shasum":"0fd93746a837336d95b2f536140416a623c71771","tarball":"https://registry.npmjs.org/quill-image-resize-module/-/quill-image-resize-module-3.0.0.tgz","integrity":"sha512-1TZBnUxU/WIx5dPyVjQ9yN7C6mLZSp04HyWBEMqT320DIq4MW4JgzlOPDZX5ZpBM3bU6sacU4kTLUc8VgYQZYw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE5YloowSLtdDG/EbZ86bvXFGrWVJgXkIxksNqZ+snP/AiAi3ZCdN5ImqB06/Snu6tsLC2/2NWf8KIi86Myn+U5sjg=="}]},"maintainers":[{"name":"kensnyder","email":"kendsnyder@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/quill-image-resize-module-3.0.0.tgz_1492530182295_0.7243144724052399"}}},"readme":"# Quill ImageResize Module\n\nA module for Quill rich text editor to allow images to be resized.\n\nAlso see [quill-image-drop-module](https://github.com/kensnyder/quill-image-drop-module),\na module that enables copy-paste and drag/drop for Quill.\n\n## Demo\n\n[Plunker](https://plnkr.co/edit/gq708AOrSBOWSlHcFslG?p=preview)\n\n## Usage\n\n### Webpack/ES6\n\n```javascript\nimport Quill from 'quill';\nimport { ImageResize } from 'quill-image-resize-module';\n\nQuill.register('modules/imageResize', ImageResize);\n\nconst quill = new Quill(editor, {\n    // ...\n    modules: {\n        // ...\n        imageResize: {\n            // See optional \"config\" below\n        }\n    }\n});\n```\n\n### Script Tag\n\nCopy image-resize.min.js into your web root or include from node_modules\n\n```html\n<script src=\"/node_modules/quill-image-resize-module/image-resize.min.js\"></script>\n```\n\n```javascript\nvar quill = new Quill(editor, {\n    // ...\n    modules: {\n        // ...\n        ImageResize: {\n            // See optional \"config\" below\n        }\n    }\n});\n```\n\n### Config\n\nFor the default experience, pass an empty object, like so:\n```javascript\nvar quill = new Quill(editor, {\n    // ...\n    modules: {\n        // ...\n        ImageResize: {}\n    }\n});\n```\n\nFunctionality is broken down into modules, which can be mixed and matched as you like. For example,\nthe default is to include all modules:\n\n```javascript\nconst quill = new Quill(editor, {\n    // ...\n    modules: {\n        // ...\n        ImageResize: {\n            modules: [ 'Resize', 'DisplaySize', 'Toolbar' ]\n        }\n    }\n});\n```\n\nEach module is described below.\n\n#### `Resize` - Resize the image\n\nAdds handles to the image's corners which can be dragged with the mouse to resize the image.\n\nThe look and feel can be controlled with options:\n\n```javascript\nvar quill = new Quill(editor, {\n    // ...\n    modules: {\n        // ...\n        ImageResize: {\n            // ...\n            handleStyles: {\n                backgroundColor: 'black',\n                border: 'none',\n                color: white\n                // other camelCase styles for size display\n            }\n        }\n    }\n});\n```\n\n#### `DisplaySize` - Display pixel size\n\nShows the size of the image in pixels near the bottom right of the image.\n\nThe look and feel can be controlled with options:\n\n```javascript\nvar quill = new Quill(editor, {\n    // ...\n    modules: {\n        // ...\n        ImageResize: {\n            // ...\n            displayStyles: {\n                backgroundColor: 'black',\n                border: 'none',\n                color: white\n                // other camelCase styles for size display\n            }\n        }\n    }\n});\n```\n\n#### `Toolbar` - Image alignment tools\n\nDisplays a toolbar below the image, where the user can select an alignment for the image.\n\nThe look and feel can be controlled with options:\n\n```javascript\nvar quill = new Quill(editor, {\n    // ...\n    modules: {\n        // ...\n        ImageResize: {\n            // ...\n            toolbarStyles: {\n                backgroundColor: 'black',\n                border: 'none',\n                color: white\n                // other camelCase styles for size display\n            },\n            toolbarButtonStyles: {\n                // ...\n            },\n            toolbarButtonSvgStyles: {\n                // ...\n            },\n        }\n    }\n});\n```\n\n#### `BaseModule` - Include your own custom module\n\nYou can write your own module by extending the `BaseModule` class, and then including it in\nthe module setup.\n\nFor example,\n\n```javascript\nimport { Resize, BaseModule } from 'quill-image-resize-module';\n\nclass MyModule extends BaseModule {\n    // See src/modules/BaseModule.js for documentation on the various lifecycle callbacks\n}\n\nvar quill = new Quill(editor, {\n    // ...\n    modules: {\n        // ...\n        ImageResize: {\n            modules: [ MyModule, Resize ],\n            // ...\n        }\n    }\n});\n```\n","maintainers":[{"name":"kensnyder","email":"kendsnyder@gmail.com"}],"time":{"modified":"2022-06-25T07:36:39.808Z","created":"2017-03-25T22:48:52.732Z","1.0.0":"2017-03-25T22:48:52.732Z","3.0.0":"2017-04-18T15:43:02.580Z"},"homepage":"https://github.com/kensnyder/quill-image-resize-module#readme","keywords":["quill","quilljs","image","resize","sizer"],"repository":{"type":"git","url":"git+https://github.com/kensnyder/quill-image-resize-module.git"},"author":{"name":"@kensnyder"},"bugs":{"url":"https://github.com/kensnyder/quill-image-resize-module/issues"},"license":"MIT","readmeFilename":"README.md","users":{"matthiasg":true,"kyu":true},"contributors":[{"name":"Wikia","url":"https://github.com/Wikia"}]}