العرض التوضيحي: 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
للحصول على مثال للاستخدام.
هذه المكتبة مرخصة بموجب معهد ماساتشوستس للتكنولوجيا.
لعبة 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.