UNPKG

pupcaps

Version:

PupCaps! : A script to add stylish captions to your videos.

6 lines (5 loc) 174 B
import {createApp} from 'vue'; import Application from './components/application.component.vue'; createApp({}) .component('application', Application) .mount('#app');