0.0.4 • Published 4 years ago

spraypaint-vue v0.0.4

Weekly downloads
32
License
MIT
Repository
-
Last release
4 years ago

spraypaint-vue

Vue bindings for Spraypaint.

You'll only need this when opting-in to the sync = true feature - it ensures instances no longer referenced by the framework still get garbage collected.

Usage

const { SpraypaintVue } = require('spraypaint-vue')
Vue.use(SpraypaintVue)

That's it! Use spraypaint as normal.