Git Product home page Git Product logo

canvas's Introduction

Canvas

Version      Install      Ratings

Snapshot

Snapshot

Installation

Install through VS Code extensions. Search for Canvas

Visual Studio Code Market Place: Canvas

ext install dev1ce.canvas

Launch New Canvas

To Launch :

  • Linux Ctrl + Shift + P
  • MacOS ⌘ + Shift + P
  • Windows Ctrl + Shift + P

Type Create New Canvas or Canvas and select first option.

canvas's People

Contributors

accel-byte avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ru55ell

canvas's Issues

Reduce color pallet options

Hi can you reduce the color palette items?
I have a suggestion for 15 default color, here is the hex code to ease you implement:
Currently the rectangle is too long, I don't like to scroll up and down to pick color.

paints: [
    '#00B16A',
    '#008C3A',
    '#66CC00',
    '#FFC114',
    '#F6630D',
    '#FF0066',
    '#E71224',
    '#AB69D3',
    '#DA28B9',
    '#c821e7',
    '#1073BE',
    '#00A0D7',
    '#33CCFF',
    '#000000',
    '#FFFFFF',
  ],

in your style.css

.tool-thin {
	width: 25px;
	height: 25px;
	border-style: dashed;
	border-color:#fff;
	transition: all 0.25s ease;
}

.tool-thin:hover,
.tool-thin.selected {
	border-style: solid;
	border-color:#fff;
}

image

now is missing undo + redo + eraser
Use a link list record what did the user draw might work for undo and redo
For the eraser, invisible brush of background color might work

Color pallete should be put at most left because when split view, the option will disappear
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.