Closed eyeseast closed 3 years ago
Add plugins in one of two ways:
// at initialization const story = new Ulysses({ map, steps, plugins: [func, func] }) // later, with .use() story.use(func).use(func)
Closes #1
Add plugins in one of two ways:
Closes #1