ドット絵のサイズをいい感じに拡大縮小するやつ
するやつ。
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)
- vuejs (Copyright (c) 2013-present, Yuxi (Evan) You)
- xBRjs (Copyright 2020 Josep del Rio)
- jszip (Copyright(c)2009-2016 Stuart Knightley、David Duponchel、Franz Buchinger、AntónioAfonso)
- FileSaver.js (Copyright © 2016 Eli Grey.)