https://github.com/t4y3/mceg
MGO Clan Emblem Generator
https://github.com/t4y3/mceg
canvas dnd k-means parcel
Last synced: 3 days ago
JSON representation
MGO Clan Emblem Generator
- Host: GitHub
- URL: https://github.com/t4y3/mceg
- Owner: t4y3
- License: mit
- Created: 2017-12-14T14:59:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:42:22.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T02:01:57.348Z (8 months ago)
- Topics: canvas, dnd, k-means, parcel
- Language: JavaScript
- Homepage: https://t4y3.github.io/mceg/
- Size: 4.08 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MGO Clan Emblem Generator
[](Version)
Helps create MGO 2 clan emblems with reduced color images.
## Development
#### Installing
```sh
# Install npm packages
npm i
```
### Running
```sh
npm run start
```
## Deployment
```sh
# Build
npm run build
# Version Up
npm version major|minor|patch
# Update master branch
git push origin master
# Push git tags
git push origin --tags
```