UNPKG

@koreez/phaser2-animate

Version:
34 lines (22 loc) 1.53 kB
# Phaser2 Animate [![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/koreezgames/phaser2-animate-plugin/blob/master/LICENSE) [![Build Status](https://secure.travis-ci.org/koreezgames/phaser2-animate-plugin.svg?branch=master)](https://travis-ci.org/koreezgames/phaser2-animate-plugin) [![codebeat badge](https://codebeat.co/badges/e3792494-1875-4826-be00-2124148b9287)](https://codebeat.co/projects/github-com-koreezgames-phaser2-animate-plugin-master) [![Test Coverage](https://api.codeclimate.com/v1/badges/63e0c72189fa97ca55db/test_coverage)](https://codeclimate.com/github/koreezgames/phaser2-animate-plugin/test_coverage) [![npm version](https://badge.fury.io/js/%40koreez%2Fphaser2-animate.svg)](https://badge.fury.io/js/%40koreez%2Fphaser2-animate) [![Greenkeeper badge](https://badges.greenkeeper.io/koreezgames/phaser2-animate-plugin.svg)](https://greenkeeper.io/) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) Phaser2 Animate plugin adds Animate animations support to Phaser2! Key features: - Blazing fast - Low memory usage - Easy to use API ## Getting Started First you want to get a fresh copy of the plugin. You can get it from this repo or from npm, ain't that handy. [![npm](https://img.shields.io/npm/dt/@koreez/phaser2-animate.svg)](https://www.npmjs.com/package/@koreez/phaser2-animate) ``` npm install @koreez/phaser2-animate --save ``` ## Usage ## License [MIT](LICENSE)