Package Exports
- @magic-circle/screenshots
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@magic-circle/screenshots) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@CreativeControls/Screenshots
Enables the editor to save screenshots including a snapshot of the app's current state, this snapshot can then be restored at a later time.
Settings
import path from 'path';
module.exports = {
screenshots: {
// Place to save screenshots
path: path.join(__dirname, 'screenshots'),
// Save the current git state into the snapshop
gitInfo: true,
}
}