Skip to content

Commit

Permalink
docs(): Fix CDN link in readme (#10208)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialaoui10 authored Oct 14, 2024
1 parent b00491e commit 7b88c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ import { fabric } from 'fabric';
```html
<canvas id="canvas" width="300" height="300"></canvas>

<script src="https://cdn.jsdelivr.net/npm/fabric"></script>
<script src="https://cdn.jsdelivr.net/npm/fabric@6.4.3/dist/index.js"></script>
<script>
const canvas = new fabric.Canvas('canvas');
const rect = new fabric.Rect({
Expand Down

0 comments on commit 7b88c41

Please sign in to comment.