GitXplorerGitXplorer
a

pikasprite

public
9 stars
2 forks
4 issues

Commits

List of commits on branch master.
Unverified
2260460d71d9bda0839b034a5ebe43cc750467f0

v1.2.0

aarcanis committed 5 years ago
Unverified
da0592405d7a4404285ca7a0cc377dbf6465b3f3

Improves the package

aarcanis committed 5 years ago
Unverified
682578ddaa4c2f2c38d219c9ffa5423e2fecf706

v1.1.0

aarcanis committed 5 years ago
Unverified
16dc2bc89374959750c39ff7ad9609da44fd8512

Adds support for trimmed sprites

aarcanis committed 5 years ago
Unverified
02da268a90773dd435df96ee55b9389aad1a4161

v1.0.2

aarcanis committed 5 years ago
Unverified
e3a614c1b33fcae9c4e3c69c113ce4104fe19efa

Fixes spritesheets

aarcanis committed 5 years ago

README

The README file for this repository.

PikaSprite

A different interface for the PokéSprite icons.

Usage

$> yarn add pikasprite
import 'pikasprite/build/spritesheet.css';

const Pikachu = () => <i className={`pkspr pokemon-pikachu`}/>;

Icon List

Consult the gh-pages for the list of available icons.

License (MIT)

Copyright © 2019 Mael Nison

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.