Oliver
Oliver
The following information is key to resolving this issue: I copied gif-frames.js into my project and then processed it ``` var EE = require_events().EventEmitter; if (!EE.listenerCount) EE.listenerCount = function(emitter, type)...
I downloaded https://unpkg.com/[email protected]/dist/gif-frames.min.js locally, put it into my project, and then introduced it in index.html, and the problem was solved Note that package.json does not need to introduce "gif-frames": "^1.0.1"...
Having the same issue