UNPKG

ol-map-screenshot

Version:

A simple and easy-to-use library to provide the OpenLayers map screenshot.

19 lines (16 loc) 309 B
<!DOCTYPE html> <html lang="en"> <head> <title>ol-map-screenshot Test</title> <style> .map { width: 100%; height: 400px; } </style> </head> <body> <div id="map" class="map"></div> <script src="index.js"></script> </body> </html>