vue-ambient-backgrounds
v0.1.2
Published
Based on [https://github.com/crnacura/AmbientCanvasBackgrounds](https://github.com/crnacura/AmbientCanvasBackgrounds)
Downloads
9
Readme
Vue ambient-backgrounds
Based on https://github.com/crnacura/AmbientCanvasBackgrounds
Usage
<template>
<div>
<Aurora />
</div>
</template>
import Aurora from 'vue-ambient-backgrounds/src/components/Aurora.vue'
export default {
data: () => ({
options: {
}
}),
components: {
Aurora
}
...
}