ProperJS // Blit 一个简单的游戏周期引擎。 安装 npm i properjs-blit --save-dev 用法 使用Blit在Javascript画布上对动画进行排序的示例: import Blit from "properjs-blit" ; const images = [ "https://www.kitajchuk.com/assets/img/kickflip/kickflip_01.png" , "https://www.kitajchuk.com/assets/img/kickflip/kickflip_02.png" , ... , // Imagine there are many images (see test script/html for full reference) ] . map ( ( url ) => {