@magic-circle/screenshots
v0.3.2
Published
Magic Circle screenshots
Downloads
193
Maintainers
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,
},
};