mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 10:49:59 +01:00
* Mask module added * add mask module * add test for alpha masking * update Readme Co-authored-by: h <f> Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
module.exports = [
|
|
require('./Module'),
|
|
require('./info.json')
|
|
]; |