Skip to content

Node.js

thednp edited this page Mar 7, 2022 · 1 revision
// get and store it
var ColorPicker = require("@thednp/color-picker");

// initialize it
var myPicker = new ColorPicker('#myPicker');
Clone this wiki locally