@inweb/viewer-visualize 26.7.6 → 26.8.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.
@@ -4531,8 +4531,8 @@
4531
4531
  *
4532
4532
  * The loader should do:
4533
4533
  *
4534
- * - Load model data from file. The model data must be a `VSFX` data buffer of `VSFX` data chunk.
4535
- * - Parse model data with the `VisualizeJS` viewer instance.
4534
+ * - Load model data from file into the buffer. The model data must be a `VSFX` format.
4535
+ * - Parse data buffer with the `VisualizeJS` viewer instance.
4536
4536
  * - Synchronize viewer styles, options and overlay.
4537
4537
  * - Update the viewer.
4538
4538
  *