@dineug/erd-editor
TypeScript icon, indicating that this package has built-in type declarations

3.2.3 • Public • Published

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>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.2.3
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.2.3
    6
  • 3.2.2
    1
  • 3.2.1
    1
  • 3.2.0
    1
  • 3.1.8
    1

Package Sidebar

Install

npm i @dineug/erd-editor

Weekly Downloads

25

Version

3.2.3

License

MIT

Unpacked Size

1.84 MB

Total Files

330

Last publish

Collaborators

  • dineug