Skip to content

Release v1.0.7

Choose a tag to compare

@github-actions github-actions released this 08 Sep 03:20
· 0 commits to 0c67c81ea011d4058cb7f904001d1ff964a5ae6e since this release

Changes in v1.0.7

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