Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 351 Bytes

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.