3.6.0 • Published 2 years ago
@gip-recia/tldraw-webcomponent v3.6.0
tldraw-webcomponent
tldraw WebComponent
Installation
- Installation via npm :
npm install @gip-recia/tldraw-webcomponent- Importation du composant :
Dans un module JavaScript :
import '@gip-recia/tldraw-webcomponent';Dans une page HTML :
<script src="./path/to/tldraw-webcomponent.min.js"></script>- Ajout du composant sur une page HTML :
const tldrawEditor = document.createElement('tldraw-editor');
document.body.appendChild(tldrawEditor);Paramètres
| Nom | Type | Requis | Default | Description |
|---|---|---|---|---|
persistance-api-url | string | true | URL du fichier (GET & PUT) | |
user-info-api-url | string | true | URL des informations utilisateurs |
<tldraw-editor persistance-api-url="" user-info-api-url="" />3.5.3
2 years ago
3.5.2
2 years ago
3.6.0
2 years ago
3.5.1
2 years ago
3.5.0
2 years ago
3.4.1
2 years ago
3.4.0
2 years ago
3.3.1
2 years ago
3.3.0
2 years ago
3.2.2
2 years ago
3.2.1
2 years ago
3.2.0
2 years ago
3.1.0
2 years ago
3.0.0
2 years ago
1.8.0
2 years ago
1.7.0
2 years ago
1.6.0
2 years ago
1.5.1
2 years ago
1.5.0
2 years ago
1.4.0
2 years ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.2
2 years ago
2.0.0
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago
0.1.0
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0-canary.0
2 years ago
0.1.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago