Add matrix math module (#358)

* 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
This commit is contained in:
Mridul97
2018-10-04 22:16:21 +05:30
committed by Jeffrey Warren
parent 338e610fe7
commit 70654a5aac
7 changed files with 345 additions and 67 deletions

View File

@@ -0,0 +1,4 @@
module.exports = [
require('./Module'),
require('./info.json')
]