2020年3月7日

js实现文字头像的生成

摘要: 原文地址:https://www.phyer.cn/article/9277。欢迎大家访问我的博客(●ˇ∀ˇ●) 使用canvas画出文字就好啦 function gen_text_img(size, s) { let colors = [ "rgb(239,150,26)", 'rgb(255,5 阅读全文

posted @ 2020-03-07 10:01 yunyuyuan 阅读(1066) 评论(0) 推荐(0) 编辑

js实现图片的懒加载

摘要: 原文地址:https://blog.phyer.cn/article/9277。欢迎大家访问我的博客(●ˇ∀ˇ●) // 防抖 let lazy_timer; window.addEventListener('scroll', function () { if (lazy_timer !== nul 阅读全文

posted @ 2020-03-07 09:57 yunyuyuan 阅读(166) 评论(0) 推荐(0) 编辑

导航