Is it possible to remove or disable the watermark from the screenshot? #593
chihebnabil
started this conversation in
General
Replies: 1 comment
-
Hi @chihebnabil let options = {
container: '',
// ... options
plugin: {
screenshot: {
filename: null,
watermark: {
left: 'text-left',
right: 'text-right',
},
background: 'transparent'
}
}
}
let jm = new jsMind(options); It's strongly recommended that you read Experimental Features to fully understand the risks before using this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I don't see any information in the documentation about removing, disabling, or changing the watermark from the screenshot plugin
Beta Was this translation helpful? Give feedback.
All reactions