image-sequencer
image-sequencer copied to clipboard
Add clearAllSteps method to sequencer object
Fixes #1613

Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
- [x] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with
npm run test-all - [x] code is in uniquely-named feature branch and has no merge conflicts
- [x] PR is descriptively titled
- [x] ask
@publiclab/is-reviewersfor help, in a comment below - [x] Insert-step functionality is working correct as expected.
We're happy to help you get this ready -- don't be afraid to ask for help, and don't be discouraged if your tests fail at first!
If tests do fail, click on the red X to learn why by reading the logs.
Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software Please make sure to get at least two reviews before asking for merging the PR as that would make the PR more reliable on our part Thanks!
Codecov Report
Merging #1615 into main will decrease coverage by
1.34%. The diff coverage is13.43%.
@@ Coverage Diff @@
## main #1615 +/- ##
==========================================
- Coverage 66.67% 65.33% -1.35%
==========================================
Files 130 132 +2
Lines 2686 2746 +60
Branches 433 439 +6
==========================================
+ Hits 1791 1794 +3
- Misses 895 952 +57
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/Modules.js | 100.00% <ø> (ø) |
|
| src/modules/EdgeDetect/Module.js | 100.00% <ø> (ø) |
|
| src/modules/WebglDistort/Module.js | 2.29% <0.00%> (ø) |
|
| src/modules/ColorHalftone/Module.js | 3.63% <3.63%> (ø) |
|
| src/ImageSequencer.js | 49.40% <20.00%> (-0.91%) |
:arrow_down: |
| src/modules/ColorHalftone/index.js | 100.00% <100.00%> (ø) |
|
| src/modules/EdgeDetect/EdgeUtils.js | 86.81% <100.00%> (-0.15%) |
:arrow_down: |
@publiclab/is-reviewers please review this