3.2.5 • Published 9 months ago
@dineug/erd-editor v3.2.5
erd-editor
Entity-Relationship Diagram 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.5
9 months ago
3.2.4
10 months ago
3.2.3
1 year ago
3.2.2
1 year ago
3.2.1
1 year ago
3.2.0
1 year ago
3.1.8
1 year ago
3.1.7
1 year ago
3.1.6
1 year ago
3.1.5
1 year ago
3.1.4
1 year 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