extwee
Version:
A story compiler tool using Twine-compatible formats
14 lines (7 loc) • 523 B
Markdown
The [Twee 3 specification](https://github.com/iftechfoundation/twine-specs/blob/master/twee-3-specification.md) defines a human-readable format for storing a Twine 2 compatible story and passage data.
Extwee can perform two actions with Twee.
When using the `parseTwee()` function (or `Twee/parse.js` export), incoming Twee will be converted into a [**Story**](/objects/story.md) object.
Every **Story** object can create a Twee representation of its data using the `Story.toTwee()` method.