An experimental react component for Bloom that supports finding images and metadata needed for legal reuse via:
- file system
- online image sites
- local collections like Art of Reading
This repository includes a little server process for use during development, but the component is indetended to be used with Bloom Editor as its backend eventually. The server does very little except for local collections.
- Requires Volta
yarn install
will load dependencies.yarn dev
will run both the server and open a browser tab with the client. Everything will update automatically as you change files.
yarn test