Démo : https://mhasbini.com/miscs/react-chrome-dino-demo/index.html
Installer:
yarn add react-chrome-dino
import React from 'react' ;
import ChromeDinoGame from 'react-chrome-dino' ;
const App = ( ) => (
< ChromeDinoGame / >
) ;
export default App ;
Vérifiez src/demo
pour un exemple d'utilisation.
Cette bibliothèque est sous licence MIT.
Le jeu javascript & css est sous licence BSD comme suit :
// 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.
Dans le répertoire du projet, vous pouvez exécuter :
npm start
ou yarn start
Exécute la bibliothèque en mode développement. Ouvrez http://localhost:3000 pour l'afficher dans le navigateur.
npm run test
ou yarn run test
Exécute l'observateur de test en mode interactif.
npm run build
ou yarn build
Construit la bibliothèque pour la production dans le dossier build
. Il regroupe correctement React en mode production et optimise la construction pour les meilleures performances.
npm publish
Publie la bibliothèque sur NPM.