B racket Pair Colorizer
Clipboard History
Color Info
Copy filename
Debugger for Chrome
Electron Color Theme
Image preview
Local History
open in browser
Relative Path
Subtle Match Brackets
SVG Viewer
function downloadFile(fileName, content) {
var blob = new Blob\(\[content\]\);
if \(isIe\(\)\)
window.navigator.msSaveOrOpenBlob\(blob, fileName\);
else {
var aLink = document.createElement\("a"\);
var evt = document.createEvent\("MouseEvents"\);
evt.initMouseEvent\("click", !0, !0, window, 0, 0, 0, 0, 0, !1, !1, !1, !1, 0, aLink\);
aLink.download = fileName;
aLink.href = URL.createObjectURL\(blob\);
aLink.dispatchEvent\(evt\)
}
}
名 称地址 OneNote 代码高亮方法总结 https://www.jianshu.com/p/b1ea2193598d?utm_source=oschina-app HTML5 canvas中的路径方法 https://www.cnblogs.com/ricesm/p/5067003.html beevesnoodles https://www.cnblogs.com/beevesnoodles/p/7045018.html 深度掌握SVG路径path的贝塞尔曲线指令 https://www.zhangxinxu.com/wordpress/2014/06/deep-understand-svg-path-bezier-curves-command/ Canvas学习:绘制虚线和圆点线 https://www.w3cplus.com/canvas/draw-dashed-and-dotted-lines.html 【html5】HTML5中canvas如何画虚线 https://blog.csdn.net/u013412066/article/details/44306321