Skip to content

Instantly share code, notes, and snippets.

View tomgrek's full-sized avatar

Tom Grek tomgrek

View GitHub Profile
@tomgrek
tomgrek / index.html
Last active May 3, 2018 17:09 — forked from mourner/index.html
Mapbox GL JS Puppeteer benchmark
<!doctype html>
<meta charset="utf-8">
<title>Benchmark</title>
<body></body>
<style>html, body, #map { height: 100%; margin: 0; } </style>
<div id="map"></div>
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.40.0/mapbox-gl.js'></script>
<!-- <script src="mapbox-gl.js"></script> -->