Create user friendly error messages and code frames for errors
npm install @lvce-editor/pretty-errorCreate user friendly error messages and code frames for errors.
``sh`
npm install @lvce-editor/pretty-error
`js
import * as PrettyError from '@lvce-editor/pretty-error'
const error = new TypeError(x is not a function)
const prettyError = PrettyError.prepare(error)
``
