<wc-blink> The Blink Tag as a Web Component
## Setup
*Install and import from [NPM](https://www.npmjs.com/package/@vanillawc/wc-blink)*
```sh
npm i @vanillawc/wc-blink
```
```html
```
*Import from [SkyPack CDN](https://www.skypack.dev/view/@vanillawc/wc-blink)*
```html
```
## Demo
Try it on [WebComponents.dev](https://webcomponents.dev/edit/D0ALnJi8c1AoRh9JPJBS?sv=1&pm=1)
## Usage
```html
This text will blink obnoxiously
```
## Styling
Styling is done with standard CSS
```html
This will demonstrate the resplendent joy of HTML in its prime
```
## Contributing
See [CONTRIBUTING.md](https://github.com/vanillawc/vanillawc/blob/main/CONTRIBUTING.md)