UNPKG

bug-reporterjs-lib

Version:

A lightweight and framework-agnostic JavaScript bug reporter with screenshot capture, error logging, and Axios error tracking. Designed to work seamlessly in Vue, React, and plain JavaScript projects.

3 lines (2 loc) 137 B
export { BugReporter } from './core/BugReporter'; export { type BugReporterOptions, type ModalProps, type ProjectName, } from './types';