hifisdkgames
v0.1.23
Published
```shell npm install --save hifisdkgames ``` ```shell yarn add hifisdkgames ``` ```shell npx tailwind init ```
Downloads
5
Readme
Install node moudle
npm install --save hifisdkgames
yarn add hifisdkgames
npx tailwind init
How to use
import React from 'react';
import Main from 'hifisdkgames/dist/Main';
function App(){
return (
<div>
<Main apikey="COUSTOMER API KEY" playerId="CURRENT PLAYER ID" ∕>
<∕div>
);
};