duncanmeech

Results 2 issues of duncanmeech

The PR that fixed that missing 'var' in the makeString require in wrap.js has not been propagated to npm. Causing an exception when using with webpack etc.

The library ( at least the version in the zip file ) is called requestAnimationFrame which is missing. The call should be window.requestAnimationFrame. For browsers without this feature the following...