rollup-plugin-ink
v0.0.2
Published
A rollup plugin to convert .ink file to ES Modules.
Downloads
4
Maintainers
Readme
rollup-plugin-ink
A rollup plugin to convert .ink
file to ES module.
Ink is an open source scripting language for writing interactive narrative.
This plugin transform the source Ink file using inklecate
then you can import
it like any other file:
import story from "./story.ink"
Getting Started
First install rollup-plugin-ink
as development dependency:
npm i rollup-plugin-ink --save-dev
# or
yarn add rollup-plugin-ink --dev