@reffy/infinite-canvas 0.0.11 → 0.0.13

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.
Files changed (42) hide show
  1. package/README.md +2 -0
  2. package/dist/assets/index-BQWdMz7U.js +292 -0
  3. package/dist/index.html +209 -0
  4. package/esm/Canvas.js +100 -112
  5. package/esm/Canvas.js.map +1 -1
  6. package/esm/Component.d.ts.map +1 -1
  7. package/esm/Component.js +284 -308
  8. package/esm/Component.js.map +1 -1
  9. package/esm/bounding/MultiBoundingBox.d.ts.map +1 -1
  10. package/esm/bounding/MultiBoundingBox.js +8 -5
  11. package/esm/bounding/MultiBoundingBox.js.map +1 -1
  12. package/esm/manager/ContextMenu.js +4 -17
  13. package/esm/manager/ContextMenu.js.map +1 -1
  14. package/esm/manager/Selection.js +87 -100
  15. package/esm/manager/Selection.js.map +1 -1
  16. package/esm/serializer/serializer.d.ts.map +1 -1
  17. package/esm/serializer/serializer.js +11 -5
  18. package/esm/serializer/serializer.js.map +1 -1
  19. package/esm/shapes/Shape.js +1 -1
  20. package/esm/shapes/Shape.js.map +1 -1
  21. package/lib/Canvas.js +100 -112
  22. package/lib/Canvas.js.map +1 -1
  23. package/lib/Component.d.ts.map +1 -1
  24. package/lib/Component.js +284 -308
  25. package/lib/Component.js.map +1 -1
  26. package/lib/bounding/MultiBoundingBox.d.ts.map +1 -1
  27. package/lib/bounding/MultiBoundingBox.js +8 -5
  28. package/lib/bounding/MultiBoundingBox.js.map +1 -1
  29. package/lib/manager/ContextMenu.js +4 -17
  30. package/lib/manager/ContextMenu.js.map +1 -1
  31. package/lib/manager/Selection.js +87 -100
  32. package/lib/manager/Selection.js.map +1 -1
  33. package/lib/serializer/serializer.d.ts.map +1 -1
  34. package/lib/serializer/serializer.js +11 -5
  35. package/lib/serializer/serializer.js.map +1 -1
  36. package/lib/shapes/Shape.js +1 -1
  37. package/lib/shapes/Shape.js.map +1 -1
  38. package/package.json +3 -2
  39. package/dist/index.js +0 -4114
  40. package/dist/index.js.map +0 -1
  41. package/dist/index.umd.js +0 -276
  42. package/dist/index.umd.js.map +0 -1
package/README.md CHANGED
@@ -8,6 +8,8 @@ A TypeScript Web Component (`<infinite-canvas>`) that provides an infinite, GPU-
8
8
  - Persistence: Auto-save and manual import/export to JSON; deduplicated image storage via hashing.
9
9
  - History: Composite commands push for undo/redo across interactions.
10
10
 
11
+ Live Demo Site: https://trash-lobster.github.io/reffy-infinite-canvas/
12
+
11
13
  ## A word from the developer
12
14
 
13
15
  Before you carry on to read the rest of the documentation, I would like to first state that this project was heavily influenced by the following open-sourced projects: