Visual debugging tool for Svelte applications.
npm install svelte-render-scanVisual debugging tool for Svelte applications.
Svelte port of render-scan.
!Screenshot of svelte-render-scan in action
``bash`
npm install -D svelte-render-scan
`svelte
`
The overlay button appears in the bottom right corner and is enabled by default. You can disable it by clicking on it or setting the initialEnabled prop to false.
- initialEnabled (default: true) - Start with render scanning enabledoffsetLeft
- (default: 0) - Offset the button left from its default positionhideIcon
- (default: false) - Hide the render scan button while keeping functionality activecallback
- (default: undefined) - Optional user defined function that gets called once per valid mutation. Signature is (mutation:MutationRecord)=>void;duration
- (defult: 1000) - Adjust how long the render scan highlights remain on screen in ms
Clone this repository and install dependencies:
`bash``
nvm use
npm install
npm run dev
MIT