Zerotask/rust-jungle

View on GitHub
src/components/ferris/happy.svelte

Summary

Maintainability
Test Coverage
<script lang="ts">
    export let width = 400;
</script>

<img
    src="/images/ferris-happy.svg"
    alt="Rust mascot Ferris is happy"
    title="Rust mascot Ferris is happy"
    style="max-width: {width}px;"
    class="pure-img"
/>