mojs-player icon indicating copy to clipboard operation
mojs-player copied to clipboard

GUI player to control your animations

Results 4 mojs-player issues
Sort by recently updated
recently updated
newest added

On master: ``` $ gulp babel-lib [11:44:14] Using gulpfile ~/mysrc/weisjohn/mojs-player/gulpfile.js [11:44:14] Starting 'babel-lib'... [11:44:15] Plumber found unhandled error: SyntaxError in plugin 'gulp-babel' Message: /Users/john/mysrc/weisjohn/mojs-player/js/mojs-player.babel.js: Unexpected token (504:20) [11:44:15] Finished 'babel-lib'...

core

When I import mojs-player by parcel-bunder, I got the following error. ``` ⚠️ Could not load existing sourcemap of "../../node_modules/@mojs/player/build/mojs-player.js". 🚨 /project-path/node_modules/@mojs/player/build/mojs-player.js:6822:84: Unterminated regular expression (6822:84) 6820 | if(sourceMap) {...

bug

Currently mojs-player creates an element in the top of body that looks like this: ```html ... ``` This is for using svg elements as icons in the player controller. **Problem**...

optimization