-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<meta name="robots" content="noindex,nofollow" />
<meta name="theme-color" content="#000000" />
<meta name="robots" content="index, follow" />
<link rel="stylesheet" href="/prism.css" />
<title>Jinie - Simple Image Editing & Compression Tool</title>
<meta property="og:title" content="Jinie - Simple Image Editing & Compression Tool" />
<meta
name="description"
content="Easily enhance and optimize images before upload with Jinie. Crop, pan, scale, and rotate with a built-in compression feature to compress images to the target size. 🚀"
/>
<meta
property="og:description"
content="Easily enhance and optimize images before upload with Jinie. Crop, pan, scale, and rotate with a built-in compression feature to compress images to the target size. 🚀"
/>
<meta property="og:image" content="https://neilveil.github.io/jinie/logo.png" />
<meta
name="keywords"
content="Image Editing, Image Crop, Image Rotate, Image Compression, NPM package, React, Jinie, Compression Loop, Web Image Editor, Web Image Compression, Javascript, JSX, Image Upload"
/>
<meta name="author" content="Neil Arya" />
<link rel="canonical" href="https://neilveil.github.io/jinie" />
</head>
<body>
<div id="root"></div>
<script src="/prism.js" data-manual></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>