cmudig / Texture

Visualize your text data with structured attributes
MIT License
16 stars 0 forks source link

code quality: better way of subscribing to stores and mosaic selection updates #74

Open willeppy opened 8 months ago

willeppy commented 8 months ago

If I have a mosaic selection and want to update dynamically, I have to get it then call addEventListener on it's value; this could be done with svelte store contract probably to make the code simpler