added code example

This commit is contained in:
2023-12-14 17:04:31 +09:00
parent f290b18722
commit 843a90a0cd
9 changed files with 126 additions and 1 deletions

View File

@@ -12,3 +12,19 @@ params:
## スライド
{{< embed_pdf >}}
## puppeteerのコードサンプル
`autoscroll.js``4_auto_scroll.js`でライブラリとして使用するだけなので、内容を理解しなくても大丈夫です。
{{< preview_code href="1_launch.js" type= "js">}}
{{< preview_code href="2_async_intro.js" type= "js">}}
{{< preview_code href="3_map_async.js" type= "js">}}
{{< preview_code href="4_auto_scroll.js" type= "js">}}
{{< preview_code href="5_youtube_hopper.js" type= "js">}}
{{< preview_code href="autoscroll.js" type= "js">}}