mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 03:40:03 +01:00
Detect and Parse string separated module names (#787)
* detecting and parsing string separated module names * test fix * parsing multiple input methods * travis fix * test cases * requested changes made * test fix * rebase and fix conflicts
This commit is contained in:
committed by
Jeffrey Warren
parent
84aede7bc3
commit
ec40224831
@@ -308,6 +308,9 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
exportBin: exportBin,
|
||||
modulesInfo: modulesInfo,
|
||||
toCliString: str.toCliString,
|
||||
detectStringSyntax: str.detectStringSyntax,
|
||||
parseStringSyntax: str.parseStringSyntax,
|
||||
stringToSteps: str.stringToSteps,
|
||||
toString: str.toString,
|
||||
stepToString: str.stepToString,
|
||||
toJSON: str.toJSON,
|
||||
|
||||
Reference in New Issue
Block a user