So the only way to do this now is to paste the image onto Drawing Canvas, save image, request image url with AJAX, feed AJAX response to Binary Data object, then save data as BASE64 string in Local Storage.
It's actually easier than that in the latest C3 releases:
- Load the snapshot URL to Binary Data using AJAX
- Save the Binary Data using Local Storage
No need for canvas or base64 encoding.