Skip to content

Release v1.0.12

Choose a tag to compare

@github-actions github-actions released this 10 Sep 06:09
· 0 commits to 0d12adc83b90197ca34a65d6b4333fece5ba9be1 since this release

Changes in v1.0.12

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