mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 10:49:59 +01:00
* circular gradient module * Shadow module added * fixed minor documentation error * fixed small errors * added test for shadow module * updated shadow module to receive x and y inputs * final shadow module with two inputs * fixed test for shadow module 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')
|
|
]; |