react-chrome-dino-ts
v0.1.2
Published
React component to include the dino game from Google in your site.
Maintainers
Readme
react-chrome-dino-ts
Demo: https://kculmback.github.io/react-chrome-dino-ts/
Install:
npm i react-chrome-dino-tsimport React from 'react'
import DinoGame from 'react-chrome-dino-ts'
import 'react-chrome-dino-ts/index.css'
function App() {
return <DinoGame />
}