Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.6 KB

README.md

File metadata and controls

55 lines (44 loc) · 1.6 KB

Draw Daremon

画一个哆啦A梦.

画哆啦A梦的步骤

根据《画哆啦A梦》的歌词内容步骤绘制哆啦A梦

圆圈中一点 圆圈中一点 豆子发芽了
LeftEye RightEye Nose
圆圆的花盆 圆圆的花盆 六月六日的飞碟
Face Head Hand-and-bell
左飞一次 右飞一次 落了下来
LeftCollar RightCollar Body
两个池塘,建成了 池塘上浮着船 空中的弯月,升起来了
Foot Belly-and-treasureBag Mouth
再加上胡须,就是哆啦A梦 给哆啦A梦上色
Mousetache IsColor

使用方法

    <script type="module">
        import { init } from './src/index.js'; // 导入初始化方法
        init(10); // 传入最大进度条数值,该值越小绘制速度越快
    </script>

启动项目

    npm run start

开发项目

    npm run dev