Create a reactive string for binding text element content to a dynamic value An HSString is a reactive value container. When passed to .text(), the canvas automatically re-renders whenever .set() is called from JavaScript.
HSString
.text()
.set()
The starting string value
An HSString object whose value can be updated with .set()
Create a reactive string for binding text element content to a dynamic value An
HSStringis a reactive value container. When passed to.text(), the canvas automatically re-renders whenever.set()is called from JavaScript.