UNPKG

vue3-watermark-camera

Version:

A Vue 3 component for taking photos with watermark support

7 lines (5 loc) 210 B
import { default as WatermarkCamera } from './components/WatermarkCamera.vue'; import { App } from 'vue'; export { WatermarkCamera }; export declare const install: (app: App) => void; export * from './types';