fdg-img 0.4.2

A simple SVG renderer for fdg
Documentation
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./src/**/*.vue", "./index.html"],
  theme: {
    extend: {},
  },
  plugins: [],
}