gapi-browser

Promise based package that is helping attaching actual google api script in browser

Usage no npm install needed!

<script type="module">
  import gapiBrowser from 'https://cdn.skypack.dev/gapi-browser';
</script>

README

gapi-browser

Promise based package that is helping attaching actual google api script in browser

Install

npm i gapi-browser

Using

import { getGapi } from 'gapi-browser';

getGapi.then(gapi => {
  console.log(gapi, gapi.load);
});

How

Google script is added directly to HEAD or BODY tag

header script

Promise is called ass soon as possible

console