@hatiolab/things-scene 9.0.0-beta.73 → 9.0.0-beta.74

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hatiolab/things-scene",
3
- "version": "9.0.0-beta.73",
3
+ "version": "9.0.0-beta.74",
4
4
  "description": "2D graphic library",
5
5
  "main": "things-scene-min.js",
6
6
  "module": "things-scene.mjs",
package/things-scene.d.ts CHANGED
@@ -433,6 +433,12 @@ declare module '@hatiolab/things-scene' {
433
433
  get started(): boolean
434
434
  set started(started: boolean)
435
435
 
436
+ get tag(): string
437
+ set tag(tag: string)
438
+
439
+ get appendum(): any
440
+ set appendum(appendum: any)
441
+
436
442
  get position(): string
437
443
 
438
444
  resetAnimation(): void