Insights Additional navigation options New issue Closed I have a file called quillConfigMultimedia with the following: import Quill from 'quill'; import { ImageResize } from 'quill-image-resize-module'; Quill.register('modules/imageResize', ImageResize); export const quillConfigMultimedia = { modu...
We had the same issue on Angular 4 using the cli. We got it to work by including the minified scripts from the package in angular-cli.json: "scripts": [ "../node_modules/quill/dist/quill.min.js", "../node_modules/quill-image-resize-module/image-resize.min.js" ] Then have a ...
Hello I'm trying to use image resize plugin inside angular 4 app. i noticed that i should use a webpack and configure the webpack .config.js file in order to get rid of Cannot read property 'imports' of undefined so, i used the anulgar c...
This module is not compatible with Angular 18Activity delitko commented on Nov 11, 2024 delitko on Nov 11, 2024 Any updates? Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment AssigneesNo one assigned LabelsNo labels ProjectsNo projects ...
Follow steps for Angular 4 #16 (comment) Do you have the steps for react? I already removed the braces and still getting cannot read property 'imports' of undefined @asthanarhtAm using Vue Copy link marchFantasycommentedNov 8, 2018• ...
Module broken with angular6 and current quill version. Use https://github.com/Fandom-OSS/quill-blot-formatter instead! 👍 4 nullptrerror commented on Dec 8, 2020 Is it still broken? Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment ...
I had the same problem using Angular and ngx-quill. rgantla and jdgamble555 solutions combined worked out for me. In Angular.json scripts I initially had "node_modules/quill-image-resize-module/image-resize.min.js", but this was unneccessary and only triggered a warning. 👍 1 khialb32...
Hi, first, thank's for your amazing work ! Working well :) Do you have an exemple of an implementation of the module image-resizer on Ionic 3 with ngx-quill ? Because the actual example is on webpack / es6 and i don't know how to make th...
Hello, I am using angular4. Do I need npm install quill-image-resize-module before starting? After installation, I can't import ImageResize from 'quill-image-resize-module'; it says Could not find a declaration file for module 'quill-image-resize-module'. 'C:/Users/Ying/Desktop/work /...