Add replace color module (#724)

* Add color separation module

* changes

* changes

* changes

* changes

* Add test
This commit is contained in:
Mridul97
2019-03-05 05:49:39 +05:30
committed by Jeffrey Warren
parent bf2fd7ede6
commit 055b17c75f
8 changed files with 358 additions and 60 deletions

View File

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