Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 480 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 480 Bytes

Quill Tables Module - for quill 2.0

A module for Quill rich text editor to create tables using buttons. Tables must be added to quill configuration as so: modules: { toolbar: [ ['table'] ], table: true }

FORKED FROM HERE:- https://github.com/andrewcampey/quill-image-resize-module

How to build:

npm install sudo apt install webpack # If not installed already webpack -p --progress --colors # -p is for uglifying