mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 10:49:59 +01:00
* Add matrix math module * add info.json file * correct format of module * Add a constant factor input field * clone the pixels array * change default values
4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
module.exports = [
|
|
require('./Module'),
|
|
require('./info.json')
|
|
] |