npm.io
1.71.0 • Published 2 months ago

gl-transitions

Licence
MIT
Version
1.71.0
Deps
0
Size
609 kB
Vulns
0
Weekly
0
Stars
2.1K

gl-transitions

The open collection of GL Transitions.

Browse all transitions on gl-transitions.com.

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

A Transition is an object with the 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 check out the GitHub repository.

Install

with npm:

npm install gl-transitions
# or
yarn add gl-transitions
import GLTransitions from "gl-transitions";

dist script:

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

vanilla JSON:

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

Keywords