Color Pickers for Sketch Photoshop, Chrome & more with Vue.js
Complete implementation of Color Pickers for Sketch, Photoshop, Chrome & more with Vue.js Installation NPM $ npm install vue-color CommonJS var Photoshop = require(‘vue-color/src/Photoshop.vue’); new Vue({ components: { ‘Photoshop’: Photoshop } }) ES6 import { Photoshop } from ‘vue-color’ new Vue({ components: { ‘photoshop-picker’: Photoshop } }) Browser globals The dist folder contains vue-color.js and … Read more