UNPKG

quill-easy-color

Version:
10 lines (8 loc) 317 B
import Quill from 'quill'; const Parchment = Quill.import('parchment'); // 兼容 quill1.3.7 const StyleAttr = Parchment.StyleAttributor || Parchment.Attributor.Style; const BackgroundStyle = new StyleAttr('background', 'background-color', { scope: Parchment.Scope.INLINE, }); export { BackgroundStyle };