Babel plugin for transpiling Twine markup (interactive fiction/storytelling format) into React components. Version 1.0.1. This plugin integrates with Babel to process .twine or custom twine files in your build pipeline, emitting JSX. No other babel twine plugins exist; it is experimental with minimal documentation. Not actively maintained; last update unknown.
npm install babel-plugin-twineNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the babel plugin in a Babel config file.
Consider forking or using an alternative like t3js or custom twine parser.
Check peer dependencies; likely works with Babel 6 only.
Create a custom webpack loader for .twine files.
Run npm install babel-plugin-twine --save-dev or check package.json.
Ensure npm install completed. Use 'twine' (without babel-plugin- prefix) in plugins array.
No dependency data recorded yet.