Iyobo Eki

Results 16 issues of Iyobo Eki

I'm sure you came here because it was the first thing on google you saw when searching for a draft.js wysiwyg editor. What you will soon discover is that this...

Will grant ever support LDAP?

I understand we cannot attach mouse listeners for Graphics lines. But there have been work arounds e.g creating a rectangle graphic and making that selectable. What workarounds exist for bezier...

🙏 Feature Request
$50
💰Bounty

See title. A minimap is a way to show the birdseye view of a graph in a small box. Very useful with lots of nodes.

I like this project. Specifically with how It uses HTML5 canvas for optimal performance. I forked it to make some adjustments, and I also like the division of classes (or...

I feel like the UX of this library would lend itself quite well to a pinch-zoom (exists) and track-pad 2-finger panning (does not exist) navigation sceme. Right now, the only...

I want to create a repeating/infinite grid background that responds to panning and zooming using Pixi's TilingSprite. ```javascript const viewport = new Viewport({ screenWidth: window.innerWidth, screenHeight: window.innerHeight, worldWidth: 1000, worldHeight:...

Needs to support current major Pixi version i.e v6

Hello, According to the docs, the purpose of the loader.add(...) function is to **enqueue** something for loading. What is the point of "enqueueing" something when doing so multiple times throws...