Skip to content

Release v1.0.10

Choose a tag to compare

@github-actions github-actions released this 08 Sep 04:28
· 0 commits to c265072c4cc8b1e25774df284d3c7e0cd9699711 since this release

Changes in v1.0.10

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';