Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Aug 12, 2024
2 parents 4b6640c + 3850e2e commit 9ce3894
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 20 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pixi'VN template (React + Vite + MUI joy)
# PixiVN template (React + Vite + MUI joy)

This is a template for creating visual novels in React. It uses the Pixi'VN library and Vite as a build tool.
This is a template for creating visual novels in React. It uses the PixiVN library and Vite as a build tool.
This Template contains basic functionality inspired by the widespread Visual Noval engine Ren'Py.

## Overview
Expand Down Expand Up @@ -58,7 +58,7 @@ This template uses the following libraries:

Core libraries:

* [Pixi'VN](https://www.npmjs.com/package/@drincs/pixi-vn): A visual novel library for PixiJS.
* [PixiVN](https://www.npmjs.com/package/@drincs/pixi-vn): A visual novel library for PixiJS.
* [Vite](https://vitejs.dev/): A build tool that aims to provide a faster and leaner development experience for modern web projects.
* [Vite Checker](https://www.npmjs.com/package/vite-plugin-checker): A Vite plugin that checks TypeScript types and ESLint on each build.
* [PWA Vite Plugin](https://vite-pwa-org.netlify.app): A Vite plugin that provides PWA support. This allows the possibility of installing the game as a Progressive Web App.
Expand Down
52 changes: 36 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"publish": "npm run build && firebase deploy"
},
"dependencies": {
"@drincs/pixi-vn": "^0.6.9",
"@drincs/pixi-vn": "^0.6.14",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
Expand Down

0 comments on commit 9ce3894

Please sign in to comment.