Decodes from random character chaos to clean English text with manual controls.
// Manual control
const element = document.getElementById('example2');
const instance = element.corruptedTextInstance;
// Restart corruption
instance.restart();
// Settle on final text
instance.settle('Neural corruption detected');
One-Shot Decoding (No Loop)
Decodes once and settles on the final text without looping.