Hunter Henrichsen
Hunter Henrichsen
Add support for badge definitions to award badges to a given interface. Implements #33.
Closes #190. A couple things to call out here -- I had to add a dependency (which probably was expected), but I also had to disable checks on that project...
**Description** Trying to lerp a value without an initial value results in an error message like: ``` Cannot use 'in' operator to search for 'lerp' in null ``` **Proposed solution**...
Closes #243. I'm not 100% happy on this, but it's tricky to get a warning / error in place without disrupting intended functionality with lerping Maps. I'm open to suggestions...
**Description** Posting on behalf of two users with similar requests on the Discord; it would be useful within the code block to be able to mark something as an error...
**Description** This is super silly, but it'd be nice to have consistent script names between the packages. Right now some use `start`, some use `serve`, and some use `watch` for...
**Description** We probably want a page that describes an update process, as well as any migration steps for breaking changes when they happen.
**Description** Nodes have a couple cloning methods: * [clone](https://motion-canvas.github.io/api/2d/components/Node/#clone) * [reactiveClone](https://motion-canvas.github.io/api/2d/components/Node/#reactiveClone) * [snapshotClone](https://motion-canvas.github.io/api/2d/components/Node/#snapshotClone) It'd be a good idea to document these and add some examples so people can figure out...
**Description** Add a UMD build for loading via CDN (like unpkg). I'm working on building a fiddle site ([Discord Thread](https://discord.com/channels/1071029581009657896/1072951849390444646)), and while I can include one version of the package...
**Description** It'd be nice to display a couple pieces of info in the editor UI: - [ ] The current viewport center, and buttons to return it to default as...