1.0.4 • Published 5 years ago
gapi-browser v1.0.4
gapi-browser
Promise based package that is helping attaching actual google api script in browser
Install
npm i gapi-browserUsing
import { getGapi } from 'gapi-browser';
getGapi.then(gapi => {
console.log(gapi, gapi.load);
});How
Google script is added directly to HEAD or BODY tag

Promise is called ass soon as possible
