Undo - carstenschaefer/ImagerJs GitHub Wiki

Provides a tool for undoing last changes.


Enabling the Plugin

plugins: [
    'Rotate',
    'Crop',
    'Resize',
    'Save',
    'Undo',
    'Delete'  
]

Configuration

  • No further configuration needed.