fe-middleware/TODO.md

5 lines
258 B
Markdown

- Parametrize bot API url in env variable
- Encode images in base64 with proper prefix "data:image/png;base64,<encoding>"
- Parametrize tags
- Generalize the ImageService test with faker
- Is there a better way to import modules without using relative paths?