New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uniquegood/quill-color-picker-enhance

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniquegood/quill-color-picker-enhance

[![npm-image]][npm-url]

  • 1.1.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

@uniquegood/quill-color-picker-enhance

npm-image

Improve quill color picker feature to make it easier to see the currently selected color and custom picker

Features

  • custom color picker

  • Improved color picker labels to make it easier to see the currently selected color

    beforeafter

How to setup

SnowTheme

import Quill from 'quill';

import { SnowTheme } from '@uniquegood/quill-color-picker-enhance';
import '@uniquegood/quill-color-picker-enhance/src/style/index.css';

Quill.register('themes/snow-quill-color-picker-enhance', SnowTheme);

const quill = new Quill('#editor-container', {
  modules: {
    toolbar: [{ color: [] }, { background: [] }]
  },
  theme: 'snow-quill-color-picker-enhance'
});

Bubble Theme

TODO

Script Tag

Copy dist/index.min.js into your web root or include from node_modules

<script src="/node_modules/@uniquegood/quill-color-picker-enhance/index.min.js"></script>
Quill.register('themes/snow-quill-color-picker-enhance', QuillColorPickerEnhance.SnowTheme);

Please use the theme snow-quill-color-picker-enhance.

Keywords

FAQs

Package last updated on 02 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc