@splinetool/viewer 0.0.31 → 0.0.33

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 CHANGED
@@ -54,7 +54,7 @@ A css like color that will override the background color of your scene as it was
54
54
 
55
55
  This option controls the agressiveness of the preload of your scene. Possible values are `auto`, `lazy` and `eager`. By default (`auto`) the behavior is to `lazy` load the scene and only start to preload when the tag enters the viewport. If you need to start loading immediately then you can set `loading="eager"` instead.
56
56
 
57
- ### `preloader` (optional)
57
+ ### `loading-anim` (optional)
58
58
 
59
59
  When true (default is false), this option displays a simple spinner preloader during the loading of the spline file.
60
60
 
@@ -62,7 +62,7 @@ When true (default is false), this option displays a simple spinner preloader du
62
62
 
63
63
  When true (default is false), this options makes the viewer unload the spline element when it leaves the viewport.
64
64
 
65
- ### `eventsTarget` (optional)
65
+ ### `events-target` (optional)
66
66
 
67
67
  Values can either be `local` (events listened on the canvas) or `global` (events listened on the window).
68
68