Update integration.mdx

This commit is contained in:
Ashley A Abel 2023-07-25 19:46:05 -05:00 committed by GitHub
parent b57b3b573d
commit 5d62fb43c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Integration
See [here](https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor) for VSCode intergration
See [here](https://www.npmjs.com/package/@excalidraw/excalidraw) for npm package
[Use Directly in Browser](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/integration#browser)
## Module bundler
If you are using a module bundler (for instance, Webpack), you can import it as an ES6 module as shown below
@ -51,6 +57,8 @@ The `types` are available at `@excalidraw/excalidraw/types`, you can view [examp
## Browser
Excalidraw can be rendered directly in your browser.
To use it in a browser directly:
For development use :point_down: