Socket
Socket
Sign inDemoInstall

@candlefw/glow

Package Overview
Dependencies
17
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @candlefw/glow

Animation Library


Version published
Maintainers
1
Created

Readme

Source

cfw.glow

Animation Library

v0.3.0

BRIEF

TODO - FILL THIS IN!



import {addModuleToCFW} from "@candlefw/cfw";

import {Animation} from "./animation.js";

import {Transitioneer} from "./transitioneer.js";

import {TransformTo} from "./transformto.js";

Object.assign(

    Animation,

    {

        createTransition:Transitioneer.createTransition,

        transformTo:TransformTo
    }
);

addModuleToCFW(Animation, "glow");

export default Animation;

INSTALL

npm
$ npm install --save @candlefw/glow
yarn
$ yarn add @candlefw/glow

DOCS

Docs

CFW DEPENDENCIES

As a part of CandleFW, cfw.glow relies on the following libraries to make the magic happen. The modular design of CFW allows each on to be used independently for specific project needs. Give them a look to find out more.

Keywords

FAQs

Last updated on 08 Sep 2020

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