0.3.1 • Published 5 years ago

p5-elements v0.3.1

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

Built With Stencil

p5-elements

p5-elements is a set of UI components of the game, Persona 5 by Atlus. These are recreated with web design technology.

Demo

準備中

Install

npm i p5-elements -D

Usage

Import into your module script:

import { P5Toggle } from 'p5-elements';

Alternatively, load a bundled version from the dist folder or from CDN:

<script src="https://unpkg.com/p5-elements@latest/dist/p5-elements.js"></script>

License

MIT License