mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 12:28:50 +00:00
a1bcdf17a5
This commit adds `Deno.jupyter.image` API to display PNG and JPG images: ``` const data = Deno.readFileSync("./my-image.jpg"); Deno.jupyter.image(data); Deno.jupyter.image("./my-image.jpg"); ``` |
||
---|---|---|
.. | ||
40_bench.js | ||
40_jupyter.js | ||
40_test_common.js | ||
40_test.js |