meanderer:一个用于响应式CSS运动路径JavaScript微库! 源码
曲折 用于缩放字符串的微型库 :sparkles: 安装 CDN https://unpkg.com/meanderer@0.0.1/dist/meanderer{.min}.js NPM npm i meanderer 用法 // Our path string const PATH = "M32.074 13.446s-2.706-2.965-4.158-4.349c-2.003-1.908-3.941-3.942-6.268-5.437C19.33..." // The bounds of our path const WIDTH = 65 const HEIGHT = 30 // Generate a responsive path const responsivePath = new Meanderer ( { path : PATH , width : WIDTH , hei
用户评论