release: add MIT License

This commit is contained in:
ci
2026-03-24 15:01:03 +00:00
commit cf9bc4f8e4
24 changed files with 553 additions and 0 deletions

2
dist/index.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
export { default as LimelightButton } from './components/LimelightButton.vue';
export * from './utils/webviewer';