Add image capture slide

This commit is contained in:
Jake Howard 2022-11-04 17:21:21 +00:00
parent 828f9e0043
commit 1b5c13fbd1
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -143,6 +143,14 @@
</aside> </aside>
</section> </section>
</section> </section>
<section data-background-image="https://images.unsplash.com/flagged/photo-1562599838-8cc871c241a5">
<h2 class="r-fit-text text-shadow">1. Capture an image</h2>
<aside class="notes" data-markdown>
- Need a camera
- Read an image
- Image is just pixels (RGB)
</aside>
</section>
</div> </div>
</div> </div>
<script type="module" src="./index.js"></script> <script type="module" src="./index.js"></script>