# SignBoard

<!-- BADGES -->
![npm](https://img.shields.io/npm/v/signboard?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/woodneck/signboard?style=for-the-badge)

https://user-images.githubusercontent.com/26213435/122674866-e3058980-d211-11eb-9ceb-0584f19c2e4a.mp4
> [Original video](https://pixabay.com/videos/astronaut-buildings-space-game-73821/) by <a href="https://pixabay.com/users/juwelfahim69-20062609/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=73821">juwelfahim69</a> from <a href="https://pixabay.com/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=73821">Pixabay</a>

## Quick Start
```sh
npm install signboard
```

```html
<canvas id="test"></canvas>
```

```js
const signboard = new SignBoard("#test", "./video/Astronaut.mp4", { contentType: "video" })
```

## License
[MIT](https://github.com/WoodNeck/signboard/blob/master/LICENSE)

## Demo
[Demo](https://woodneck.github.io/signboard/)

## Browser Coverage
- Evergreen browsers (No IE)
