ReadAlongs / Studio-Web-archived

ReadAlong Studio Web Interface
Other
2 stars 2 forks source link

feat(images): add image inputs in studio web #44

Closed roedoejet closed 1 year ago

roedoejet commented 1 year ago

This updates studio web to allow images to be added and removed from within studio and b64-encoded to the single html format.

roedoejet commented 1 year ago

Note, tests complain:

Error: src/app/demo/demo.component.ts:5:28 - error TS2307: Cannot find module '@readalongs/web-component/loader' or its corresponding type declarations

because without Nx, this package is inaccessible until published on NPM

joanise commented 1 year ago

I'm not sure how to run this locally in the current state of things. Can you help me with that?