3.2.3 • Published 1 month ago

@dineug/erd-editor v3.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

erd-editor

Entity-Relationship Diagram Editor

erd-editor

Install

npm install @dineug/erd-editor

Usage

import '@dineug/erd-editor';

const editor = document.createElement('erd-editor');
document.body.appendChild(editor);

CDN

<script type="module">
  import 'https://esm.run/@dineug/erd-editor';

  const editor = document.createElement('erd-editor');
  document.body.appendChild(editor);
</script>
<!-- or -->
<script type="module" src="https://esm.run/@dineug/erd-editor"></script>

html

<erd-editor readonly system-dark-mode enable-theme-builder></erd-editor>
<script type="module">
  import 'https://esm.run/@dineug/erd-editor';

  const editor = document.querySelector('erd-editor');
</script>

Document

3.2.3

1 month ago

3.2.2

2 months ago

3.2.1

2 months ago

3.2.0

3 months ago

3.1.8

4 months ago

3.1.7

4 months ago

3.1.6

4 months ago

3.1.5

4 months ago

3.1.4

4 months ago

3.1.3

4 months ago

3.1.2

4 months ago

3.1.1

4 months ago

3.1.0

4 months ago

3.0.5

5 months ago

3.0.4

5 months ago

3.0.3

5 months ago

3.0.2

5 months ago

3.0.1

5 months ago

3.0.0

5 months ago