Color picker for p5js
Describe the solution you'd like Make it so that the color picker works with p5js (part of processing.org) in codemirror
Describe alternatives you've considered I am thinking of making my own color picker, but I wanted to ask if you could help make codemirror-colorpicker work for p5js code
Additional context
I am wanting to make what khanacademy made for their tutorials system. Here is a link: https://www.khanacademy.org/computing/hour-of-code/hour-of-code-lessons/hour-of-drawing-code/pt/coloring-with-code
### Tasks
I am the developer of this website -> https://sparker.gg/83b79247-d87e-4a3c-95d9-62f3db75d30d I am trying to get the color picker to work like khan academy's color picker for my tutorials
hi @PaperPrototype
Do we need a colorpicker for p5js grammar? Is it possible to modify the editor that p5js has?
@easylogic It would be a nice addition. I'm hoping I can use the color picker for p5js grammar since my website needs it. Being able to use a color picker package like this would be amazing.