Skip to content

A simple tool for converting images into the format used by pxt-arcade

License

Notifications You must be signed in to change notification settings

riknoll/pxt-arcade-asset-tool

Repository files navigation

Asset tool for pxt-arcade

A simple tool for converting images into pxt-arcade's format.

Try it out

https://riknoll.github.io/pxt-editor-extension-sample

Build

First, install Node.

To build the repo, run:

npm install

Development

After this you can run

npm run start

to start the dev server.

This will be running on http://localhost:3000

You can edit your React app under src and the dev server will hot reload it in the browser. Unless you change styles, you generally don't have to reload it to see your changes during development.

When running locally in a web browser, and not in an iframe, read and write operations are stored in localStorage to make debugging easier.

Webpack will generate the bundled app js when running npm run start or npm run deploy

This repo uses semantic-ui-react as the UI framework, but you can substitue it with any

Deploy

To deploy your extension to Github pages, run:

npm run deploy

Supported targets

  • for PXT/arcade

(The metadata above is needed for package search, update it with the targets you support)

License

MIT

About

A simple tool for converting images into the format used by pxt-arcade

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published