Closed JeFawk closed 1 year ago
Oh, i may have forgotten to update the templates with the latest version. We should automate that.
You should not have to use inkjs-full if you're not doing any compilatiom. To read a json exported from inky the base inkjs is enough (and smaller)
Oh, i may have forgotten to update the templates with the latest version. We should automate that.
You should not have to use inkjs-full if you're not doing any compilatiom. To read a json exported from inky the base inkjs is enough (and smaller)
Can you please point out where the base inkjs would be located? I haven't managed to find it (inkjs in js, not ts)
Thank you
It's available to download in the release section, or you can use npm or yarn.
It's also available on all major CDNs like jsDeliver or unpkg
(The files in the templates
folder have been updated)
Describe the bug
Using the browser_serverless template, I added a json file exported from ink with tags (you use # in ink to make them) but ran into this error: Failed to convert token to runtime object: "#"
Once I used this js file, it got fixed: https://unpkg.com/inkjs@2.2.1/dist/ink-full.js
To Reproduce
Expected behavior
Ink files
Environment
Additional context