Vite plugin for solid-marked
npm install unplugin-solid-marked 
``bash`
npm install thaler
npm install --D unplugin-thaler
`bash`
yarn add thaler
yarn add -D unplugin-thaler
`bash`
pnpm add thaler
pnpm add -D unplugin-thaler
Please check out unplugin to know more about how to use the plugins with unplugin-thaler in your target bundler.
`js
import thaler from 'unplugin-thaler';
// Example: Rollup
thaler.rollup({
origin: 'http://localhost:3000',
mode: 'server', // or 'client'
filter: {
include: 'src/*/.{ts,js,tsx,jsx}',
exclude: 'node_modules/*/.{ts,js,tsx,jsx}',
},
})
``
MIT © lxsmnsyc