0.0.2 • Published 2 years ago

rollup-plugin-ink v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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