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

https://github.com/mmdevcodes/mondrian

Generate Mondrian-inspired wallpapers
https://github.com/mmdevcodes/mondrian

css-grid generator javascript layout mondrian wallpaper

Last synced: 6 days ago
JSON representation

Generate Mondrian-inspired wallpapers

Awesome Lists containing this project

README

          

# Mondrian Wallpaper Generator

Generate wallpapers similar to art by Piet Mondrian using CSS Grid and JS. Inspired by [a video](https://youtu.be/qNtJ5p3h2A4) from from Jen Simmons.
[Demo site](https://mauricemahan.github.io/mondrian/)

## Examples

## Installing

```
npm install
```

## Development

```
npm start
```

## Previewing

```
npm run preview
```

## Building

```
npm run build
```