riichi-mahjong-tiles
v0.1.0
Published
Riichi mahjong tiles as React SVG components with regular and black variants including rotated versions
Readme
riichi-mahjong-tiles
This repository contains vector graphics and PNG exports of riichi mahjong tiles. The tiles are available in the regular and black variants. Below are example screenshots of the tiles.
Added Features
This fork add rotated version and the merged version with the front view and React components for the svg.
structure
├── Black ... built black svg
│ ├── regular ... this is the svg that removed the inkscape metadata
│ ├── regular-merged ... regular + background
│ ├── rotate ... rotated 90 degrees to support naki and reach
│ └── rotate-merged ... rotated + background
├── components ... react components names are same with svg
│ ├── black
│ │ ├── regular
│ │ ├── regular-merged
│ │ ├── rotate
│ │ └── rotate-merged
│ └── regular
│ ├── regular
│ ├── regular-merged
│ ├── rotate
│ └── rotate-merged
├── Regular ... built regular svg
│ ├── regular
│ ├── regular-merged
│ ├── rotate
│ └── rotate-merged
├── scripts ... scripts used to build the output
├── source ... original svg
│ ├── Black
│ └── RegularBuild
These svg are created by scripts in the script folder. You can generate by your self by using makefile. React components where generated by svgr
License
All assets are in the public domain.
