3.0.0 • Published 4 years ago

x-zangief v3.0.0

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

x-zangief

He is Zangief.

Install

Using npm:

$ npm install x-zangief

Usage

Import and register scripts.

<script type="module">
import XZangief from './x-zangief/index.js';

customElements.define('x-zangief', XZangief);
</script>

Put <x-zangief>!

<x-zangief type="combo"></x-zangief>
<x-zangief type="fail"></x-zangief>
<x-zangief type="piledriver"></x-zangief>
<x-zangief type="rolling"></x-zangief>
<x-zangief type="win"></x-zangief>

If type attribute is omitted, He appears randomly.

License

MIT © Shogo Sensui