Talesoft / animation-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEM JS

Build status Coverage Vulnerabilities

Installation

npm i @talesoft/animation

TypeScript supported out-of-the-box.

Usage

import bem from '@talesoft/animation';

Contributing

Before contributing, check out the Contribution Guidelines

Requires: npm

// Pull project
git clone https://github.com/Talesoft/tick-js

// Enter project directory
cd geometry-js

// Install development dependencies
npm install

// ... make your changes ...

// Run tests
npm run test

// Lint
npm run lint

// Fix linting problems
npm run lint:fix

// Build
npm run build

// ... create branch, commit, push, merge request etc. ...

About

License:MIT License


Languages

Language:TypeScript 93.9%Language:JavaScript 6.1%