Socket
Socket
Sign inDemoInstall

gl-transitions

Package Overview
Dependencies
0
Maintainers
2
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gl-transitions

The open collection of GL Transitions


Version published
Weekly downloads
1.5K
decreased by-9.44%
Maintainers
2
Install size
322 kB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 19 Apr 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc