Emmanuel

Results 3 comments of Emmanuel

Had this same issue until I looked at the source code. Instead of: `import Treant from 'treant-js';` Use object destructuring: `import { Treant } from 'treant-js';`

@jirkapinkas Any idea why I'm getting an `Uncaught ReferenceError: Raphael is not defined` error?

Experiencing same issue for pptx and docx file as well. Website also requires login, if that makes any difference.