@codefrydev/svg-engine 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/chunk-VCDC4W3X.js +3439 -0
- package/dist/editor.cjs +2910 -1630
- package/dist/editor.d.cts +2 -4
- package/dist/editor.d.ts +2 -4
- package/dist/editor.js +1068 -433
- package/dist/index.cjs +1864 -1219
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/{types-BTYLCn9x.d.cts → types-BHUCCfQX.d.cts} +12 -2
- package/dist/{types-BTYLCn9x.d.ts → types-BHUCCfQX.d.ts} +12 -2
- package/dist/wc.cjs +1 -1
- package/dist/wc.d.cts +6 -3
- package/dist/wc.d.ts +6 -3
- package/dist/wc.iife.js +109 -109
- package/dist/wc.js +1 -1
- package/package.json +10 -4
- package/dist/chunk-KRCGD3CL.js +0 -2794
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ import { Editor } from "@codefrydev/svg-engine/editor";
|
|
|
28
28
|
<Editor preset="mechanics" />
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
Presets include `mechanics`, `circuit`, `thermo`, `
|
|
31
|
+
Presets include `mechanics`, `circuit`, `thermo`, `magnetism`, `light` (light and geometric optics), `waveOscillation` (oscillations and waves), `rotation`, `graph`, `electrostatics`, `chemistry` (see `presets` export from `@codefrydev/svg-engine/editor`).
|
|
32
32
|
|
|
33
33
|
**Custom element types**
|
|
34
34
|
|