1.0.7 • Published 8 months ago

@frigate-nvr/image-annotator v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Frigate+ Image Annotator

This is an opinionated image annotation component designed for Frigate+.

Storybook Demo

Dependencies

This library depends on tailwind libraries for styling.

npm install -D tailwindcss @tailwindcss/forms

Configuration

You need to include the library in your tailwind.config.js file.

/** @type {import('tailwindcss').Config} */

import tailwindForms from "@tailwindcss/forms";

export default {
  content: [
    "./index.html",
    "./src/**/*.{js,ts,jsx,tsx}",
    "node_modules/@frigate-nvr/image-annotator/dist/**/*.{js,ts,jsx,tsx}"
  ],
  theme: {
    extend: {},
  },
  plugins: [tailwindForms],
}
1.0.7

8 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

10 months ago

1.0.2

10 months ago

1.0.3

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago