Js storyground reader ·
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.