[Dev Workflow] Type definitions for the Scripting API
Hi all,
I've published a (non-exhaustive yet) re-package of the Lens Scripting API as Typescript type definitions:
https://github.com/huggingface/snapchat-lens-api
This has been tremendously helpful in my Lens development process.
You get code completion, syntax checking, and the actual API documentation inside your editor.
Feel free to contribute and/or open issues in the repo.
Hi. Thanks a lot for all the definitions! I just installed the node module, how do I integrate it into my Lens project, so I can use it for code completion?