-
I missed some functions from a dead library (mojs) created by LegoMushroom
Shape (https://github.com/mojs/mojs/blob/master/api/shape.md)
ShapeSwirl (https://github.com/mojs/mojs/blob/master/api/shap…
-
## Scope
For a first pass, audio transcription can be left to other tools that convert audio to MIDI, like [Basic Pitch](https://basicpitch.spotify.com/).
That said, Basic Pitch is open source, so…
1j01 updated
2 months ago
-
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_m…
-
![](https://d2ffutrenqvap3.cloudfront.net/items/3k3O1b1v1Q1l0p1N2y1c/Screen%20Recording%202018-02-21%20at%2008.58%20pm.gif?v=9aca7597)
The medium animation is DOPE.
need to investigate how to ge…
-
There is a frame error when mojs.Timeline repeats
https://codepen.io/gaougalos/pen/eRqdoB
-
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 …
-
Hi
First off thank you for creating the type definition, but I had an issue when I tried to create a burst animation, like the following:
```
burst = new mojs.Burst({
left: 0,
…
-
**mojs version 1.7.1 (CDN)**
In the code below, create a new timeline and append 5 tweens to it.
And then play the timeline that repeats infinite times.
The tweens add 1 to 'counter' and set it t…
-
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.
**P…
-
Currently the only way to use custom graphics is to customize a graphics class and inherit the mojs.CustomShape class, and then add it to mojs using the mojs.addShape() method. Then you can set and us…
ghost updated
3 years ago