Import Client from 'gd.js' // Yay! Compatibility!įor both older browsers AND Node.js, npm install isomorphic-fetch and require()/ import it before gd.js. You don't need anything else for modern browser compatibility.įor Node.js, also npm install node-fetch (or yarn add node-fetch).įor older browsers, also npm install whatwg-fetch (or yarn add whatwg-fetch) and require()/ import it before gd.js. A tiny, fast, beautiful Geometry Dash API for Node.js and the browser Installation