This project converts inklewriter stories to ink.
Convert your story on the inkle website
It's written in TypeScript. The main guts are in inklewriter-convert.ts. The live hosted site consists of 3 files:
- dist/inklewriter-convert.js (the compile TypeScript file)
- index.html
- style.css
To test, the file test.ts is run, which loads up some sample inklewriter JSON files in test-inklewriter-json, and converts them to ink. The sample results are included for easy diffing when changes are made to the converter.
MIT Licensed.