js-storyground-reader

1.2.6 • Public • Published

Js storyground reader · GitHub license

Js storyground reader is a library created in order to read the stories created with storygroundeditor.com. It contains an optimised Vue and Vue storyground reader, allowing you to initialise the library without the need of further file. To see the docs click here.

Here's your first example to get you started:

import jsStorygroundReader from "js-storyground-reader";
import jsonStory from "./jsonStory.json";

document.getElementById("app").StoryGround({
  gameData: jsonStory,
});

License

js storyground reader is MIT licensed.

/js-storyground-reader/

    Package Sidebar

    Install

    npm i js-storyground-reader

    Weekly Downloads

    6

    Version

    1.2.6

    License

    ISC

    Unpacked Size

    519 kB

    Total Files

    11

    Last publish

    Collaborators

    • lestat1992