5 lines
169 B
JavaScript
5 lines
169 B
JavaScript
const { createCapture, getPage, getStoryPage } = require('./index.js');
|
|
|
|
global.capture = createCapture();
|
|
global.getPage = getPage;
|
|
global.getStoryPage = getStoryPage;
|