Introducing RotoscodeJS: Record and share live code snippet changes
I recently released RotoscodeJS . It's a suite of tools that allows you to record every change you make to a code snippet/file. Then, you can share that recording on your websites or blogs using a player widget. This way, your users can pause at specific moments.
RotoscodeJS can be embedded on any webpage and even on blogs (as long as the blog supports full embed scripts).
Here it is in action:
The Recording Process
So simple, right? Once the recording is complete, an embed code will be provided so you can embed the player widget on your website.
The Build
RotoscodeJS is made of 2 components:
- The VS Code Extension which serves as the recorder. ( Source )
- The embeddable player widget. ( Source )
Your Turn
Let me know your thoughts on RotoscodeJS. Any feedback is welcome. Looking forward to hearing from you!
If you want to stay updated on RotoscodeJS or on any of my other projects, follow @projectkenneth (that's me!) on Twitter.