Sketchify是一个js工具,可将任何包含SVG图形的DOM元素转换为手绘风格的效果。它基于Rough.js
用法
将由svg组成的现有图形转换为草图模式。运行以下代码:
constoption={fillStyle:'hachure',roughness:1,bowing:1,chartType:'highcharts',};//containeristherootdomelementthatcontainsrelatedgraphsvgconsthandler=Sketchifier(container,option);handler.handify();//callrestorewillturnthegraphbacktooriginalonehandler.restore();有关fillStyle,roughness和bowing的选项,请参考roughjsapi文档。
在线示例:
EChartsAntVG2highchartsamchartsxCharts
评论