
A template repo for creating After Effects expression libraries (.jsx files) using TypeScript and Rollup
If you're working with After Effects and looking to enhance your animation workflow, the new create-expression-lib is a game changer. This command-line interface (CLI) seamlessly integrates TypeScript for creating custom expression libraries, making it easier than ever to manage complex animations and streamline your projects.
Gone are the days of cumbersome setups; create-expression-lib offers a more efficient way to leverage the power of TypeScript with After Effects, allowing you to focus more on your creative vision rather than technical hurdles. Whether you're a seasoned motion designer or just starting, this tool promises to elevate your animation capabilities.

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.