-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
1 lines (1 loc) · 2.47 KB
/
index.html
1
<html> <head> <link rel=icon href="./images/favicon48.png?cachebust=4705"/> <meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"> <title>Minimage : minimal image editor</title> <meta name=description content="Open source web app to draw on your images. Works on mobile and offline. No watermark or ads."/> <link rel=manifest href=./manifest.json> <meta property=og:title content="Minimage : minimal image editor"> <meta property=og:description content="Draw on photos and screenshots without installing anything. Add the page to you android home screen and it will work offline too."> <meta property=og:image content=http://i.imgur.com/tge4zuS.png> <meta property=og:url content=https://minimage.tk> <meta name=twitter:card content=summary_large_image> <meta name=fb:app_id content=summary_large_image> <meta name=theme-color id=theme-color content=#f44336 /> <meta name=mobile-web-app-capable content=yes> <link href="./dist/bundle.2deff698413f939544a8.css" rel="stylesheet"></head> <body> <noscript><h1 class=noscript>This app requires javascript to be enabled, sorry.</h1></noscript> <div id=inputForAFile> <div id=readme> <label id=fileInputWrapper> <span class=text-label>Pick a photo to draw on it</span> <input type=file id=fileinput accept=image/* /> </label> </div> <canvas id=welcome></canvas> </div> <div id=drawAndDownload style=display:none> <div id=drawzoneWrapper> <div id=background></div> <canvas id=drawzone></canvas> </div> <div id=topbar> <button id=pensizePreview> <div id=pensizePreviewDot></div> <div id=pensizePreviewBorder></div> </button> <input type=range id=pensize min=2 max=60 /> <a id=download href=#> <span class=icon> <svg xmlns=http://www.w3.org/2000/svg height=20 width=20><path d="M0 15.667v-1.542q0-.708.505-1.208t1.214-.5q.708 0 1.208.5t.5 1.208v1.542q0 .375.266.635.265.26.63.26h11.354q.365 0 .63-.26.266-.26.266-.635v-1.542q0-.708.5-1.208t1.208-.5q.709 0 1.214.5T20 14.125v1.542q0 1.791-1.266 3.062Q17.47 20 15.677 20H4.323q-1.792 0-3.057-1.27Q0 17.457 0 15.666zM3.302 8.01q0-.708.51-1.208.5-.5 1.209-.5.708 0 1.208.5l2.25 2.25V1.708Q8.48 1 8.98.5t1.209-.5q.708 0 1.213.5.505.5.505 1.208v7.344l2.354-2.354q.5-.5 1.209-.5.708 0 1.208.5.51.5.51 1.213 0 .714-.51 1.214l-5.27 5.27q-.522.522-1.22.522-.687 0-1.208-.521L3.813 9.229q-.51-.51-.51-1.219z"/></svg> </span> <span class=label>Download</span> </a> </div> </div> <div id=spinners /><i></i><i></i><i></i> <script type="text/javascript" src="./dist/bundle.2deff698413f939544a8.js"></script></body> </html>