forked from dulnan/lazy-brush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (47 loc) · 1.97 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
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<meta data-n-head="ssr" name="color-scheme" content="light">
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<link rel="canonical" href="https://lazybrush.dulnan.net" />
<meta
property="og:title"
content="lazy-brush - smooth drawing with mouse"
/>
<meta
property="og:description"
content="Draw smooth curves and straight lines with your mouse, finger or any pointing device."
/>
<meta property="og:url" content="https://lazybrush.dulnan.net" />
<meta property="og:site_name" content="lazy-brush" />
<meta
property="og:image"
content="https://lazybrush.dulnan.net/og.png"
/>
<meta name="theme-color" content="#fff" />
<meta name="application-name" content="lazy-brush" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link
href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap"
rel="stylesheet"
/>
<meta http-equiv="Pragma" content="cache" />
<meta name="robots" content="INDEX,FOLLOW" />
<meta http-equiv="content-Language" content="en" />
<meta name="description" content="JavaScript library to draw smooth curves and straight lines with your mouse, finger or any pointing device." />
<meta name="author" content="Jan Hug" />
<meta name="copyright" content="MIT" />
<title>Lazy Brush - Smooth Canvas Drawing</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/demo/index.ts"></script>
</body>
</html>