UNPKG

vue-glitched-writer

Version:

Vue.js Single File Component. Wrapper for Glitched Writer: text-writing js module.

10 lines (9 loc) 478 B
import { Plugin } from 'vue'; import component from "./vue-glitched-writer.vue"; declare type InstallableComponent = typeof component & { install: Exclude<Plugin['install'], undefined>; }; declare const _default: InstallableComponent; export default _default; import GlitchedWriter, { presets, wait, glyphs, CustomOptions, Callback, WriterDataResponse } from 'glitched-writer'; export { presets, wait, glyphs, CustomOptions, Callback, GlitchedWriter, WriterDataResponse, };