A tool to help you view local pictures.
yarn add local-img-helper --dev
you can use yarn local-img-helper --path=src
in your terminal or add a command in scripts
of file "package.json".
{
"scripts": {
"img": "yarn local-img-helper --path=src"
}
}
- path: string
your files path, --path
is required.
Folders with . or node_modules or dist
in the name are automatically skipped.