Skip to content

Etherpad-Plugin that replaces the farbtastic color picker with jQuery Bright Color Picker Plugin as proposed in issue #151.

License

Notifications You must be signed in to change notification settings

kitsteam/ep_brightcolorpicker

 
 

Repository files navigation

ep_brightcolorpicker

Etherpad-Plugin that replaces the build-in farbtastic color picker with jQuery Bright Color Picker Plugin as proposed in issue #151.

  • customizable brightness level (HSV/HSB color model)
  • customizable amount of color columns (results in color matrix of value x 5)

Installing

npm install git+https://github.com/falkirks/ep_brightcolorpicker.git

view ep_brightcolorpicker in action

customizing (settings.json)

"ep_brightcolorpicker" : {
  "brightness" : 0.25,           // default; brightness level (0 .. 1)
  "columns" : 6	    			// default; columns of color matrix (1 .. 10)
}

sources

About

Etherpad-Plugin that replaces the farbtastic color picker with jQuery Bright Color Picker Plugin as proposed in issue #151.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.2%
  • CSS 32.2%
  • HTML 2.6%