@zhangqingcq/vgce 0.0.9 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/style.css +1 -1
- package/dist/vgce.js +27628 -27534
- package/dist/vgce.umd.cjs +100 -327
- package/package.json +1 -1
- package/types/index.d.ts +3 -5
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
@@ -4,8 +4,6 @@
|
|
4
4
|
* @created 2023.07.10
|
5
5
|
*/
|
6
6
|
|
7
|
-
import
|
8
|
-
|
9
|
-
|
10
|
-
}
|
11
|
-
export default _default
|
7
|
+
import SvgEditor from '../dist/vgce'
|
8
|
+
import SvgViewer from '../dist/vgce'
|
9
|
+
export { SvgEditor, SvgViewer }
|