-
The readme states that the container property in StageConfig can be omitted for use in a Node environment. However, the type definition still requires the container property, causing a conflict. I can…
-
Not a pressing issue, but something we'll eventually want to sort out.
# Steps to Reproduce
1. Run the frontscope development server. (Run it locally.)
2. Click the "Get Started!" button.
3. A…
-
Hi,
I wanted to let you know that this library is not working on Brave [Version 1.65.126 Chromium: 124.0.6367.118 (Official Build) (arm64)](https://brave.com/latest/). Only one star can be dragged,…
-
Hello, thanks first of all for this library. Apologies in advanced, I'm not the most familiar with canvas and drawing, and I might be misunderstanding a few things about canvas and konva. Regardless, …
-
I am using vue konva and I want to add a gif image to canvas. What do I need to do? Can I provide a column? I can directly add it through image, and gif will lose animation
-
First of all: thanks for the awesome library!
I have a few custom Shapes that are subclasses of Konva.Node. Currently I don't see a way of using those as components with vue-konva. But if KonvaNode…
-
When pixelRatio: window.devicePixelRatio is set using the stage.toDataURL() method, a black edge appears when the ios device exports images
If I don't set pixelRatio, there will be no black edg…
-
I tried Polotno, it's really great!
I found that it can resize the canvas, but the width and height of the konvajs-content canvas element are not changed. This is different from konva . How is this …
-
Hi @PaulSchweizer !
This is an awesome project which we're still using heavily at Framestore IA, so thanks for that. :)
Today I was letting my imagination run wild and I started to think.. what if y…
vvzen updated
4 years ago
-
/*
vars
*/
:root {
--tagcloud-transition-user-duration: 1250ms;
--tagcloud-transition-user-ease: ease-in-out;
--tagcloud-transition-duration: 250ms;
--tagcloud-transition-ease: …