vuc-color
1.1.1 • Public • Published
name |
Link |
中文文档 |
👀 |
Example |
👀 |
npm install --save vuc-color
yarn add vuc-color
// Global
import vucColor from 'vuc-color'
Vue.use(vucColor)
// Local
import {vucColor} from 'vuc-color'
export default {
components: {vucColor}
}
Attribute |
Type |
Default value |
Explain |
H |
number |
none |
height |
W |
number |
none |
width |
img |
string |
none |
|
update |
function |
() => {} |
(fileArraay, file.result) => {} |
colour |
function |
() => {} |
([r, g, b, a]) => {} |
draft |
boolean |
true |
Whether it can be dragged or not |
size |
array |
[30, 30] |
cousor size |
Package Sidebar
Install
Weekly Downloads