gpickr
gpickr copied to clipboard
Demo of pickr integrated into another widget. A gradient-picker.
There's an error in gpickr.js - setLinearAngle, lines 403/404: ` angle = typeof angle === 'number' ? angle : (normalize.angleToDegrees(angle) || (this._angles.find(v => v.name === angle) || {}).angle);` when angle...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
I am trying to set a gradient color via javascript function using below gradient css ```css radial-gradient(circle at bottom right, rgba(66, 68, 90, 1) 0%,rgba(66, 68, 90, 1) 0%,rgba(255, 168,...
Hi There today I have successfully implemented/integrated this project into WPOnion but I am not able to install it via NPM. so my wponion's release is on hold. until this...