react-h2p-puppeteer

just the puppeteer package used in react-h2p

Usage no npm install needed!

<script type="module">
  import reactH2pPuppeteer from 'https://cdn.skypack.dev/react-h2p-puppeteer';
</script>

README

react-h2p-puppeteer

Just the puppeteer package used in react-h2p

Usage

It is used in react-h2p repository.

Another Usage

If it's not successful to download puppeteer via npm i install puppeteer because of 403 error, you could use this repository instead.

This package performs like puppeteer.

Download

npm i --save-dev react-h2p-puppeteer

OR

yarn add --dev react-h2p-puppeteer

The puppeteer packages and its dependencies are in src folder.

You can convert this downloaded repository to the elemental package (puppeteer) by the instruction below:

Convert To puppeteer package

Use the command below to do the conversion:

./node_modules/.bin/react-h2p-puppeteer-cli make

Congratulations!

Everything is alright to use the main puppeteer package instead of react-h2p-puppeteer


Licence

This repository is under MIT Licence

Authors

Links