/imagineui

CLI tool to generate wireframes from a localized human-readable format

Primary LanguageTypeScriptMIT LicenseMIT

ImagineUI

ImagineUI is a tool that supports developing wireframes in a localized human-readable format.

Try it out

⚠️ Early alpha. Things may break. 🔧 🚧

Please provide feedback and vote for features on the issues page

To get involved you can also refer to the thought process doc (quazi-white paper) and share your thoughts at vadkou@wave909.com

Usage

Editor

https://imagineui.github.io

CLI

We are in the process of packaging up ImagineUI as the CLI. You can try the alpha version by pulling sources from GitHub.

# You need to install Puppeteer globally first
npm install -g puppeteer

git clone git@github.com:imagineui/imagineui.git
cd imagineui
yarn
yarn start --input=%full-path-to-.scene% --output=%full-path-to-.png%