Skip to content

irokaru/pixel-scaler

Repository files navigation

ドット絵のサイズをいい感じに拡大縮小するやつ

するやつ。

URL

https://irokaru.github.io/pixel-scaler/

各種パッケージインスコ (install package for development)

yarn install

ホットリロードしてくれる開発モード (build for development with hot reload)

yarn serve
yarn electron:serve

プロダクション向けコンパイル (build for production)

yarn build

lint (lint)

yarn lint

デプロイ (deploy to gh-pages)

yarn deploy

デスクトップアプリケーション作成 (build desktop app)

yarn electron:build

とてもありがたい (thanks)