@jtstrader/motion-canvas-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Motion Canvas Components

Using this library

  1. Clone this repo.
  2. Run npm install <path to this repo> in your motion canvas project
  3. Set your vite.config.ts to look like this:
export default defineConfig({
  plugins: [motionCanvas()],
  resolve: {
    alias: {
      '@motion-canvas/core': path.resolve('./node_modules/@motion-canvas/core'),
      '@motion-canvas/2d': path.resolve('./node_modules/@motion-canvas/2d'),
    },
  },
});

From npm

  1. Run npm install <library name here>
  2. Set your vite.config.ts to look like this:
export default defineConfig({
  plugins: [motionCanvas()],
  resolve: {
    alias: {
      '@motion-canvas/core': path.resolve('./node_modules/@motion-canvas/core'),
      '@motion-canvas/2d': path.resolve('./node_modules/@motion-canvas/2d'),
    },
  },
});

Components

Name Description
Gear A spur gear with configurable size, teeth, struts, and a single concentric center

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @jtstrader/motion-canvas-components

Weekly Downloads

2

Version

1.0.2

License

none

Unpacked Size

30 kB

Total Files

24

Last publish

Collaborators

  • jtstrader