spite / ccapture.js

A library to capture canvas-based animations at a fixed framerate
MIT License
3.59k stars 407 forks source link

CCapture.min.js:1 Uncaught (in promise) ReferenceError: download is not defined at t (CCapture.min.js:1) #104

Closed ProgrammingLife closed 4 years ago

ProgrammingLife commented 4 years ago

I get following message:

CCapture.min.js:1 Uncaught (in promise) ReferenceError: download is not defined
    at t (CCapture.min.js:1)

when I do capturer.save(); I use ccapturer-1.0.9 and webm-writer-0.2.4. Both are the latest versions.

What to check for solving this issue?

ProgrammingLife commented 4 years ago

Seems I've found the solution. Just used ccapturer.all.js instead of two scripts: ccapturer + webm-writer. And finally it works.