docs: adding PR guidelines for contributors (#2736)
This commit is contained in:
@@ -24,8 +24,7 @@ Export an Excalidraw diagram to a [SVGElement](https://developer.mozilla.org/en-
|
||||
|
||||
## Usage
|
||||
|
||||
Excalidraw utils is published as a UMD (Universal Module Definition).
|
||||
If you are using a Web bundler (for instance, Webpack), you can import it as an ES6 module:
|
||||
Excalidraw utils is published as a UMD (Universal Module Definition). If you are using a Web bundler (for instance, Webpack), you can import it as an ES6 module:
|
||||
|
||||
```js
|
||||
import { exportToSvg, exportToBlob } from "@excalidraw/utils";
|
||||
|
||||
Reference in New Issue
Block a user