Echarts server generates svg
- Generates svg image from server side
- Stored Image
- Stateless Service
- Support Docker
- Support Bun Runtime: https://bun.sh/
- Use nodemon to monitor the file changes in DEV mode
- Document Generating for Generative AI
- Embed content with HTML and PDF
- Just to try: browser to http://localhost:3000/
- Store a chart: curl -d @test/sample-chart.json http://localhost:3000/6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b
6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b is a UUID generated by client
- Browser to http://localhost:3000/6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b to view the chart
MIT license to ensure every can use and contribute.
- This tool helped to generated error message svg: https://editor.method.ac/
- Tested under bun.sh