像素我
该项目基于和出色的工程。
使用Pixel me,您可以实时创建,共享和协作像素艺术项目。 然后,您可以将图形或动画导出为CSS , png , GIF或spritesheet 。
该项目使用GraphQL和库构建。
后端有一些主要部分,但是一切都从基本的GraphQL模式开始:
type Drawing @model
@auth ( rules : [{ allow : public , operations : [ create , read , update ]}])
@key ( name : " byItemType " , fields : [ " itemType "
1