@cobinhood/react-native-canvas
Version:
<div align="center"> <img src="https://emojipedia-us.s3.amazonaws.com/thumbs/240/apple/96/fireworks_1f386.png"/> <h1>react-native-canvas</h1> </div>
24 lines (23 loc) • 644 B
HTML
<html>
<head>
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scaleable=no' name='viewport'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400">
<style>
body {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0;
padding: 0;
overflow: hidden;
}
</style>
</head>
<body>
<script src='../node_modules/ctx-polyfill/ctx-polyfill.js' type='text/javascript'></script>
<script src="./autoscale-canvas.js"></script>
<script src="./webview.js"></script>
</body>
</html>