fdg-img 0.4.2

A simple SVG renderer for fdg
Documentation
1
2
3
4
5
6
7
8
9
10
11
<template>
    <div>
        <h2 class="font-bold text-3xl text-center"><a href="https://github.com/grantshandy/fdg/tree/main/fdg-img/" class="underline">fdg-img</a> web example</h2>
    </div>
</template>

<script>
export default {
    name: 'Title'
}
</script>