From e97fe1239bff7104f8247d35dcaf91843e16e481 Mon Sep 17 00:00:00 2001 From: William Yallop Date: Mon, 30 Aug 2021 11:28:15 +0100 Subject: [PATCH] README was accidently placed in the wrong location - fixed --- README.md | 36 ++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..01a33a8 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +** ADD IMAGE ** + +# Cover Maker + +Cover maker is an open source graphic design web app for creating playlist cover art. It has been developed for Playlist Tools - but is free for all to use. + +## Live Demo + +Coming soon @ playlisttools.io + +## Features +- Supports multiple 'elements' types (these are the images, shapes that can be placed on the artboard). + +- Elements can be selected by themeselves or with other elements by shift clicking to allow the user to manipulate the size and location of those elements. + +- Elements can be manipulated in a variety of ways, for example: width, height, pos, opacity, backgorund colour (solid & gradient) and many more. These are also dependent on the element type. + +- Full layer support so elements can be manually place above and bellow other elements. + +- Artboard template support so prebuilt templates can be passed down in initialisation and rendered in the templates tab for user to import. + +- Text template support so prebuilt elements can be passed down in initialisation and rendered in the text templates tab for user to import. + +- Artboard background can be swapped between solid colour, gradient or image through the background tab. + +- Zoom feature to allow you to zoom in and out of your artboard. + +- Supports exporting the artboard as either a PNG or JPG, or as a JSON save file. + +- Supports importing JSON save files. + +- Uses Pexels API to serve high quality images. + +## Set up + +Coming soon.. \ No newline at end of file diff --git a/package.json b/package.json index c4e137b..2a3d82b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@williamyallop/cover-maker", - "version": "1.0.0", + "version": "1.0.1", "description": "An open source graphic design app for playlist cover art creation.", "main": "dist/main.bundle.js", "scripts": {