Update textmode.js version and frame
Hey again @munshkr! :) I just noticed that the run failed due to not formatting the code properly.
789ea05f18
fix: format code with Prettier
Update textmode.js version and frame
c2af451e8c
feat(web): Added new features to
textmode frame
3d2a91e73c
feat(web): update textmode.js version to
0.7.1, and introduce textmode.filters.js as an add-on library
877be22f7f
fix(web): Clear existing layers in TextmodeWrapper before evaluating new code
b52bea6cbb
feat(web): Enhance Mercury and Strudel integration by syncing global values from parent window
422582d5bb
feat(web): [WIP] Add hydra canvas as source for
textmode frame (including strudel audio access)
eca0ef7299
chore(web): Update Strudel packages to v1.2.6 (#372)
8aa325d7cb
style: Format files (#371)
873ee8cee9
feat: Add
textmode.js as web plugin (#371)
feat: Add
textmode.js as web plugin
Awesome, thank you so much for resolving this so quickly! Looking forward to what others might do with it. :)
feat: Add
textmode.js as web plugin
df9fb6b293
feat: Add textmode.js + usage instructions to README.md
7490487975
feat: Refactor error handling in textmode.js evaluation to improve callback management
545e7ab638
feat: Enhance error handling in textmode.js evaluation and drawing
4a900d02b5
fix: Update textmode panic code to use t.clear() instead of t.noLoop()
18951b5da8
Improved structure, typing, and naming
4f34a8dfcb
feat: Add support for textmode.js in HTML select options and main.js evaluation
5eec632896
feat: Add textmode.js support in session and settings configuration
b1546c5fa3
feat: Implement textmode.js wrapper and integrate with React component
e15164366a
feat: Add isWebgl2Supported function to check for WebGL2 support
469f6e6c97
Add textmode.js dependency to web/package.json
2bd7a60a8a
fix: Add visually hidden DialogTitle and DialogDescription to CommandDialog for improved accessibility.