Package Exports
- @magic-circle/screenshots
- @magic-circle/screenshots/dist/index.jsx
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
module.exports = {
screenshots: {
// Save the current git state into the snapshot
gitInfo: true,
// Use a different directory if the URL of the frame changes
directoryBasedOnFrameUrl: false,
},
};