Skip to content

Release v1.0.8

Choose a tag to compare

@github-actions github-actions released this 08 Sep 03:38
· 0 commits to 96c5078d40dfa42ea1b88349921d1ba1079f2622 since this release

Changes in v1.0.8

Features

  • Astro-inspired dev toolbar design
  • Auto-minimized startup
  • Smart position dropdown menu
  • Console log interception and display
  • JSON syntax highlighting
  • Multiple positioning options

Installation

npm install sv-console

Usage

// Auto-initialization
import 'sv-console/auto';

// Or manual component
import { FloatingDevCards } from 'sv-console';