@zhangqingcq/vgce 0.0.10 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/style.css +2 -2
- package/dist/vgce.js +27684 -27340
- package/dist/vgce.umd.cjs +342 -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 }
|