It would be great to be able to specify a starting and/or ending frame ```shell > puppeteer-lottie -i input.json -o out.gif -s 5 -e 100 > puppeteer-lottie -i input.json -o out.gif -s 5 > puppeteer-lottie -i input.json -o out.gif -e 100 ``` Ideally, it would be smart enough to use the last frame if the `-e` frame is larger.