Sketch.js is an easy-to-use jQuery plugin that allows you to create canvases upon which visitors can draw.
Questions tagged [sketchjs]
5 questions
1
vote
1 answer
Sketch.js how to export/import data (import as image, transparent lines are opaque)
I am using Sketch.js (http://intridea.github.io/sketch.js/) for creating a simple drawing canvas.
I got a problem when I tried to load an image to canvas to take part of drawing (on my website user draw and save and after some thime can come back…

MM PP
- 4,050
- 9
- 35
- 61
0
votes
0 answers
Using sketch.js particles - how do i turn the circles into squares?
I am trying to turn those particle circles into square but I'm unable to.
I have tried to change every instance of the word radius to square/rect etc but it doesn't seem to work. any help appreciated!
Here's a snippet of my code:
function…

Abdul Samad
- 109
- 6
0
votes
1 answer
HTML Canvas - passing a background image to Canvas while it's also passing base64 data
I'm currently trying to do some Javascript work in Laserfiche forms which requires me to save the base64 data for an image in a separate text area, and feed that data back into the image to allow the canvas to be turned into an image in which I can…

Alex
- 673
- 3
- 9
- 22
0
votes
0 answers
Sketch component for React
Is there any sketchJS components for React?
I'm trying to find a sketch/canvas area component where the user can draw something and submit the result into a base64 field as in png/jpeg mime type. SketchJS does it but I was wondering whether there is…

tbo
- 9,398
- 8
- 40
- 51
0
votes
1 answer
Using destination-over to save background and actual sketch
I've read this and a few other questions, and it is clear I need to use destination-over to save the background and the sketch by display the new image over the old one.
I'm using Sketch.JS with my code as such:
var c =…

ᔕᖺᘎᕊ
- 2,971
- 3
- 23
- 38