Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 744 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 744 Bytes

Move to https://github.com/kaakaa/dio-exporter

dio-converter

Convert dio to png

Requirements

  • Docker, Docker Compose
  • Go
  • Japanese fonts files (if you use Japanese in diagrams)

Set up

    1. git clone https://github.com/kaakaa/dio-converter
    1. (If you use Japanese fonts) download Japanese font files
    1. Run docker-compose up -d
    1. Run go run main.go
    • find .dio files in ./input/ recursively
    • output .png files to ./output/

TODO

  • CLI
    • inputs
    • outputs
    • input types (.dio, .drawio)
    • output types (png, svg, pdf)