デモ: https://mhasbini.com/miscs/react-chrome-dino-demo/index.html
インストール:
yarn add react-chrome-dino
import React from 'react' ;
import ChromeDinoGame from 'react-chrome-dino' ;
const App = ( ) => (
< ChromeDinoGame / >
) ;
export default App ;
使用例については、 src/demo
を確認してください。
このライブラリは MIT の下でライセンスされています。
ゲームの JavaScript と CSS は、次のように BSD に基づいてライセンスされています。
// 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.
プロジェクト ディレクトリでは、次を実行できます。
npm start
またはyarn start
ライブラリを開発モードで実行します。 http://localhost:3000 を開いてブラウザで表示します。
npm run test
またはyarn run test
テスト ウォッチャーを対話モードで実行します。
npm run build
またはyarn build
実稼働用のライブラリをbuild
フォルダーにビルドします。 React を実稼働モードに正しくバンドルし、最高のパフォーマンスが得られるようにビルドを最適化します。
npm publish
ライブラリを NPM に公開します。