3.3.0 • Published 6 months ago
@dineug/erd-editor v3.3.0
erd-editor
Entity-Relationship Diagram Editor

Install
npm install @dineug/erd-editorUsage
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.7
8 months ago
3.3.0
6 months ago
3.2.6
12 months ago
3.2.5
1 year ago
3.2.4
1 year ago
3.2.3
2 years ago
3.2.2
2 years ago
3.2.1
2 years ago
3.2.0
2 years ago
3.1.8
2 years ago
3.1.7
2 years ago
3.1.6
2 years ago
3.1.5
2 years ago
3.1.4
2 years ago
3.1.3
2 years ago
3.1.2
2 years ago
3.1.1
2 years ago
3.1.0
2 years ago
3.0.5
2 years ago
3.0.4
2 years ago
3.0.3
2 years ago
3.0.2
2 years ago
3.0.1
2 years ago
3.0.0
2 years ago