pvm-dino
v0.0.10
Published
A simple dinosaur game with custom propane bottle assets. If you want to add your own assets, you can: - Download [this Figma file](pvm-dino.fig), export assets and convert to base64 - Modify [AssetsOriginal.tsx](src/AssetsOriginal.tsx) and pass it to the
Readme
pvm-dino
A simple dinosaur game with custom propane bottle assets. If you want to add your own assets, you can:
- Download this Figma file, export assets and convert to base64
- Modify AssetsOriginal.tsx
and pass it to the
PvmDinocomponent.

Install
pnpm add pvm-dinoimport { PvmDino } from 'pvm-dino';
<DinoGame />
<PvmDino assets={<AssetsOriginal />} />License
This library is licensed under MIT.
Forked from this repo: https://github.com/mhasbini/react-chrome-dino/tree/master
The game javascript & css is licensed under BSD as follow:
// Copyright (c) 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file here: https://cs.chromium.org/chromium/src/LICENSE. Dev
Run npm run dev
Deploy new versions
No CICD pipeline, to publish a new version manually: update version in package.json
npm run build
npm login
npm publish --access public