0.0.2 • Published 2 years ago

vite-plugin-excalidraw-as-json v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vite-plugin-load-excalidraw-as-json

Loads .excalidraw extension as JSON files, useful if you want to process them yourself e.g. with the @excalidraw/excalidraw package

Usage

in vite.config.ts

import { loadExcalidrawAsJson } from 'vite-plugin-excalidraw-as-json'

export default defineConfig{
  ...
  plugins: [excalidrawAsJson()]
  ...
}
0.0.2

2 years ago

0.0.1

2 years ago