An open API service indexing awesome lists of open source software.

https://github.com/stophecom/artframe-editor

Online editor for ArtFrame e-paper frames. Based on flatdraw drawing app.
https://github.com/stophecom/artframe-editor

Last synced: 8 months ago
JSON representation

Online editor for ArtFrame e-paper frames. Based on flatdraw drawing app.

Awesome Lists containing this project

README

          

# ArtFrame Editor

Simple editor designed to work together with [Framelabs](https://framelabs.eu/) ArtFrames e-paper displays. Create and manage images to be displayed on your digital art frames.

This project is heavily based on [Flatdraw](https://github.com/diogocapela/flatdraw) - A simple canvas drawing web application with responsive UI.

Built using [TypeScript](https://typescriptlang.org), [React](https://react.dev), and [Next.js](https://nextjs.org).

**Live demo:** [artframe.stophe.com](https://artframe.stophe.com)

## Requirements

- [Node.js](https://nodejs.org) (the specific version is defined in the [`.nvmrc`](.nvmrc) file)

## Getting started

Install all the dependencies.

```bash
pnpm install
```

Run the development server.

```bash
pnpm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## License

Open source under the terms of the [MIT License](/LICENSE).