File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -536,6 +536,18 @@ export const sidebar = [
536
536
href : "/examples/importing_json/" ,
537
537
type : "example" ,
538
538
} ,
539
+ {
540
+ title : "Byte and text imports" ,
541
+ href : "/examples/byte_and_text_imports/" ,
542
+ externalURL : "https://www.youtube.com/watch?v=PAEI6mdlXwc" ,
543
+ type : "video" ,
544
+ } ,
545
+ {
546
+ title : "Image bundling with deno compile" ,
547
+ href : "/examples/image_bundling_deno_compile/" ,
548
+ externalURL : "https://www.youtube.com/watch?v=qg_M0deBlfQ" ,
549
+ type : "video" ,
550
+ } ,
539
551
{
540
552
title : "Parsing and serializing CSV" ,
541
553
href : "/examples/parsing_serializing_csv/" ,
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " Byte and text imports"
3
+ url : /examples/byte_and_text_imports/
4
+ videoUrl : https://www.youtube.com/watch?v=PAEI6mdlXwc
5
+ layout : video.tsx
6
+ ---
7
+
8
+ ## Video description
9
+
10
+ David from the Deno team shows you how to import bytes and text files, allowing
11
+ you to include them in your module graph for automatic tree shaking and more.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " Image bundling with deno compile"
3
+ url : /examples/image_bundling_deno_compile/
4
+ videoUrl : https://www.youtube.com/watch?v=qg_M0deBlfQ
5
+ layout : video.tsx
6
+ ---
7
+
8
+ ## Video description
9
+
10
+ Divy from the Deno team shows you how to embed image assets with ` deno compile `
11
+ in [ his Flappybird game] ( https://github.com/littledivy/flappybird ) with the
12
+ bytes import.
You can’t perform that action at this time.
0 commit comments