Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.2 KB

power-platform-canvas

Various Canvas apps and components to be reused for MSFT PowerPlatform development

Table of Content

How-To

The apps are stored as their unpacked version. To gain the usable *.msapp file, you will need to first pack them up.

The same applies when submitting a pull request with modifications, you will need to unpack the msapp file first.

Official documentation: PAC CLI

Short summary: after installing PAC CLI, run command pac canvas unpack --msapp HelloWorld.msapp --sources src

Details

PixelDisplay

A versatile reusable, resizable, responsive canvas component to show pixels on the screen based on input configuration.

More details: LINK

PixelDrawer

A drawing component enabling to draw Pixel arts within Canvas app and then reuse either in third party tools or with the PixelDisplay component.

More details: LINK