# CanvasQuery **Repository Path**: mirrors/CanvasQuery ## Basic Information - **Project Name**: CanvasQuery - **Description**: Canvas Query 是一个封装了 HTML5 Canvas 元素的 jQuery 插件,增加了很多常用的图像操作方法,特别适合游戏开发者 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/canvasquery - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-02-26 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Canvas Query Chainable canvas API for gamedevelopers ```javascript var layer = cq() .fillStyle("#ff0000") .fillRect(0, 0, 32, 32); ``` # Documentation [Read online](http://canvasquery.com) # Framework If you are looking for a simple game framework that will handle mouse, keyboard and basic structure see [playgroundjs](http://playgroundjs.com)