-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (86 loc) · 5.96 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>簡單的網頁截圖功能 – html2canvas、Canvas2image - August - Let's Write</title>
<link rel="canonical" href="https://www.letswrite.tw/web-to-image/"/>
<meta property="og:url" content="https://letswritetw.github.io/letswrite-web-to-image/"/>
<meta property="fb:app_id" content="911000986339138"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="Let's Write"/>
<meta property="og:title" content="簡單的網頁截圖功能 – html2canvas、Canvas2image - Augustus - Let's Write"/>
<meta itemprop="name" content="簡單的網頁截圖功能 – html2canvas、Canvas2image - Augustus - Let's Write"/>
<meta name="description" content="簡單的網頁截圖功能 – html2canvas、Canvas2image"/>
<meta property="og:description" content="簡單的網頁截圖功能 – html2canvas、Canvas2image"/>
<meta itemprop="description" content="簡單的網頁截圖功能 – html2canvas、Canvas2image"/>
<meta itemprop="image" content="https://letswritetw.github.io/letswrite-web-to-image/fb.jpg"/>
<meta property="og:image" content="https://letswritetw.github.io/letswrite-web-to-image/fb.jpg"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:image:alt" content="簡單的網頁截圖功能 – html2canvas、Canvas2image"/>
<link rel="shortcut icon" href="https://letswritetw.github.io/letswritetw/dist/img/logo_512.png"/>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="dist/style.min.css" media="screen"/>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
main: '#42A6F7',
mainHover: '#167FFF'
}
}
}
}
</script>
<!-- Google Tag Manager-->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PGQ9WQT');
</script>
</head>
<body class="bg-neutral-800 text-white">
<!-- Google Tag Manager (noscript)-->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PGQ9WQT" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<div class="container mx-auto p-8" id="app">
<div class="text-center">
<h1 class="mb-4 font-bold text-4xl">簡單的網頁截圖功能 – html2canvas、Canvas2image</h1>
<p>筆記文:<a class="text-main hover:text-mainHover" href="https://www.letswrite.tw/web-to-image/">Let's Write</a></p>
</div>
<hr class="my-8 mx-auto max-w-3xl border-t border-gray-500 border-dashed"/>
<!-- Section 1-->
<section class="mx-auto p-4 max-w-3xl bg-neutral-900 border border-gray-200 rounded-xl" id="section1">
<h3 class="mb-2 font-bold text-xl">Section 1</h3>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Dolore, repellat voluptatem! Veritatis debitis voluptas perspiciatis expedita, numquam iure totam ratione quo officia sapiente quia similique dolorum, recusandae laudantium nostrum inventore.</p>
</section>
<div class="mx-auto my-4 p-4 max-w-3xl text-center"><a class="px-6 py-2 leading-none bg-transparent border border-main rounded-xl text-lg text-main hover:bg-main hover:text-white transition-colors" id="capture1" href="">截圖 Section 1</a></div>
<hr class="my-8 mx-auto max-w-3xl border-t border-gray-500 border-dashed"/>
<!-- Section 2-->
<section class="mx-auto p-4 max-w-3xl bg-neutral-900 border border-gray-200 rounded-xl" id="section2">
<h3 class="mb-2 font-bold text-xl">Section 2</h3>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Dolore, repellat voluptatem! Veritatis debitis voluptas perspiciatis expedita, numquam iure totam ratione quo officia sapiente quia similique dolorum, recusandae laudantium nostrum inventore.</p>
<div class="grid grid-cols-3 gap-3 my-2">
<div><img class="rounded-xl" src="dist/img1.jpeg" alt="假圖1"/></div>
<div><img class="rounded-xl" src="dist/img2.jpeg" alt="假圖2"/></div>
<div><img class="rounded-xl" src="dist/img3.jpeg" alt="假圖3"/></div>
</div>
</section>
<div class="mx-auto my-4 p-4 max-w-3xl text-center"><a class="px-6 py-2 leading-none bg-transparent border border-main rounded-xl text-lg text-main hover:bg-main hover:text-white transition-colors" id="capture2" href="">截圖 Section 2</a></div>
<hr class="my-8 mx-auto max-w-3xl border-t border-gray-500 border-dashed"/>
<!-- 隱藏的 Section 3-->
<section class="absolute p-8 -left-full z-[-1]" id="section3"></section>
<div class="mx-auto my-2 p-4 max-w-3xl text-center"><a class="px-6 py-2 leading-none bg-transparent border border-mainHover rounded-xl text-lg text-mainHover hover:bg-mainHover hover:text-white transition-colors" id="capture3" href="">截圖 Section 1 + 2</a></div>
<hr class="my-8 mx-auto max-w-3xl border-t border-gray-500 border-dashed"/>
<p class="text-center">引用資源:<a class="text-main hover:text-mainHover" href="https://html2canvas.hertzen.com/" rel="noopener noreferrer" target="_blank">html2canvas</a>、<a class="text-main hover:text-mainHover" href="https://github.com/hongru/canvas2image" rel="noopener noreferrer" target="_blank">Canvas2image</a></p>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js"></script>
<script src="dist/main.min.js"></script>
</body>
</html>