mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-15 04:40:02 +01:00
New Shadow module (#1507)
* 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>
This commit is contained in:
4
src/modules/Shadow/index.js
Normal file
4
src/modules/Shadow/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = [
|
||||
require('./Module'),
|
||||
require('./info.json')
|
||||
];
|
||||
Reference in New Issue
Block a user