Delete - carstenschaefer/ImagerJs GitHub Wiki
Provides a tool for removing images.
Enabling the Plugin
plugins: [
'Rotate',
'Crop',
'Resize',
'Save',
'Delete'
]
Configuration
pluginsConfig: {
Delete: {
fullRemove: true
}
}
- Whether to fully remove imager.
- If
true
, everything will be removed from DOM. - Only standalone version: If
false
, the selector for adding an image will be left.
- If