raggierun-react
v0.1.3
Published
Please note that RaggieRun requires a whitelisted connection to CryptoRaggies backend. In order to use this component you will need to contact us to get your app whitelisted for use.
Downloads
3
Maintainers
Readme
RaggieRun React Component
Please note that RaggieRun requires a whitelisted connection to CryptoRaggies backend. In order to use this component you will need to contact us to get your app whitelisted for use.
Email: [email protected]
Discord: https://discord.gg/cryptoraggies
X: https://x.com/cryptoraggies
To install:npm install raggierun-react
To initialise, add the following <script>
tags to your app's main HTML file:<script type="text/javascript" src="https://raggie.run/scripts/index.js></script>
<script type="text/javascript" src="https://raggie.run/scripts/init-game.js></script>
To use:
import { RaggieRun } from "raggierun-react"
const App = () => {
return <RaggieRun />;
}