https://github.com/joehowarth/webgl-text-render
https://github.com/joehowarth/webgl-text-render
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joehowarth/webgl-text-render
- Owner: JoeHowarth
- Created: 2019-06-30T19:16:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T04:25:30.000Z (over 1 year ago)
- Last Synced: 2025-06-07T09:03:09.277Z (about 1 year ago)
- Language: TypeScript
- Size: 517 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgl-text-render
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).