@achillyblue/gl-transitions
TypeScript icon, indicating that this package has built-in type declarations

1.45.0 • Public • Published

gl-transitions

The open collection of GL Transitions.

This package exposes an Array auto-generated from the GitHub repository.

a Transition is an object with following shape:

{
  name: string,
  author: string,
  license: string,
  glsl: string,
  defaultParams: { [key: string]: mixed },
  paramsTypes: { [key: string]: string },
  createdAt: string,
  updatedAt: string,
}

For more information, please checkout https://github.com/gl-transitions/gl-transitions

Install

with NPM:

yarn add gl-transitions
import GLTransitions from "gl-transitions";

dist script:

https://unpkg.com/gl-transitions@0/gl-transitions.js
const GLTransitions = window.GLTransitions

vanilla JSON:

https://unpkg.com/gl-transitions@0/gl-transitions.json

Readme

Keywords

none

Package Sidebar

Install

npm i @achillyblue/gl-transitions

Weekly Downloads

2

Version

1.45.0

License

none

Unpacked Size

409 kB

Total Files

88

Last publish

Collaborators

  • achillyblue