0
這是我的代碼中插入圖像以帆布..插入圖片,並在畫布設置爲圓形
<script src="https://rawgit.com/kangax/fabric.js/master/dist/fabric.min.js"></script>
<button onclick="addTexttitle()" type="button" class="text-left btn-block btn white">Set Image To Circle</button>
<input type="file" id="file">
<canvas id="canvas" width="750" height="550"></canvas>
<a href='' id='txt' target="_blank">Click Me!</a>
<br />
<img id="preview" />
https://jsfiddle.net/javasalden/yn04k565/
如何完成按鈕:
<button onclick="addTexttitle()" type="button" class="text-left btn-block btn white">Set Image To Circle</button>
當我點擊圖像/元素將是CIRCLE
我覺得OP一直在尋找一種解決方案fabric.js解決問題。 – Blindman67
可能是他沒有體型,所以我認爲這可能是有用的。它工作得很好。 –
感謝bro @ Blindman67更新代碼並刪除不必要的控制檯。 –