@myrmidon/gve-core 5.0.4 → 6.0.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 +0 -1
- package/fesm2022/myrmidon-gve-core.mjs +816 -1494
- package/fesm2022/myrmidon-gve-core.mjs.map +1 -1
- package/package.json +4 -4
- package/types/myrmidon-gve-core.d.ts +340 -379
package/README.md
CHANGED
|
@@ -118,7 +118,6 @@ Operations and timelines are handled by other children components. The snapshot
|
|
|
118
118
|
## Dependencies
|
|
119
119
|
|
|
120
120
|
- [@myrmidon/ngx-tools, @myrmidon/ngx-mat-tools](https://github.com/vedph/ngx-tools)
|
|
121
|
-
- [@myrmidon/gve-snapshot-view](https://github.com/vedph/gve-snapshot-view): the snapshot view. This is a pure TS library, no JS framework required. The component is a standard web component.
|
|
122
121
|
- [cisstech/nge](https://github.com/cisstech/nge) for a light Monaco editor wrapper.
|
|
123
122
|
- [@svgdotjs/svg.js](https://github.com/svgdotjs/svg.js/) for SVG manipulation.
|
|
124
123
|
- [gsap](https://gsap.com/) for animations.
|