UNPKG

com.hikky.heliodorlib

Version:

This is the library for Vket Cloud SDK.

29 lines (22 loc) 466 B
<!doctype html> <html lang="ja"> <head> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>スクリーンショット</title> <script> </script> </head> <style> * { margin: 0; padding: 0; } </style> <body> <img id="imgSS" style="width:100%;"> <script> document.getElementById('imgSS').src = window.localStorage["ssBase64"]; </script> </body> </html>