New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vuc-material

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuc-material

A vue-canvas effects components

latest
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

vuc-material

中文文档

Install

    npm install --save vuc-material
    
    yarn add vuc-material

Basic use

    // Global
    
    import vucMaterial from 'vuc-material'
    Vue.use(vucMaterial)
    
    // Local
    
    import {vucMaterial} from 'vuc-material'
    export default {
      components: {vucMaterial}
    }
    

Global Attribute Method

AttributeTypeDefault valueExplain
switchBooleantrueWhether to click Toggle
colorArray[]Random colors of patterns
outputStringbackgroundOutput mode (background、image、canvas)
qualitynumber1Image quality in image mode

Thank

MaterialImage

Welcome pr issues star

Keywords

vue

FAQs

Package last updated on 05 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts