weepy
weepy
Lua does something similar - from https://www.lua.org/pil/5.html ``` An expression like o:foo(x) is just another way to write o.foo(o, x), that is, to call o.foo adding o as a first...
Can this be setup like choo so it can be server from unpkg without having a build system ?
I'd love to have some keyboard shortcuts : Cmd+[ = go to next left tab Cmd+] = go to next right tab Cmd+/ = Comment in / out Happy to...
Hey - this is an amazing project! Is it possible to create an mp3 from a still image and an mp3 ?
Hi - I was interested if Media Capture was possible (in particular for MacOS). Typically with WkWebkit there's issues with app sandbox and permissions (especially with Mojave).
Hi there The "usage example" link is not working --- https://pixijs.github.io/examples/index.html?s=cookbook&f=overlay.js&title=Overlay&plugins=pixi-picture&v= Seems that https://pixijs.github.io/examples/examples/cookbook/overlay.js is no longer there.
would it be possible to use this with react native ?
Hi I'm having trouble getting any decent performance with my gradient plugin (on mobile device). It doesn't seem any faster than just using a normal filter. E.g. http://codepen.io/alexfoxy/pen/QdqEPO Am I...
E.g. https://jsfiddle.net/1np2L0vx/
data:,
If I run this I get a Chrome window with the url ```data:,``` and nothing much else ...