0.3.1 • Published 4 years ago

popcorn-canvas v0.3.1

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

Spotify Wrapper

Build Status Coverage Status

A component to work with the Canvas.

Browser Support

ChromeFirefoxOperaSafariIE
39+ ✔42+ ✔29+ ✔10.1+ ✔Nope ✘

Installation

$ npm install popcorn-canvas --save

How to use

ES6

// to import a specific method
import PopcornCanvas from 'popcorn-canvas';

const canvas = document.getElementById('canvas')
const config = {
  canvas,
  list: [
    { url: 'image-1' },
    { url: 'image-2' },
    { url: 'image-3' },

  ],
  width: 1400,
  height: 662
}

const popcorn = new PopcornCanvas(config);

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Denner Rondinely
Denner Rondinely

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

0.3.0

4 years ago

0.3.1

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.1.0

4 years ago