🔥
🔥🔥🔥
• frontend hipster @ScreebApp • brainless drummer • enthusiasm enthusiast •
- Nantes, France
- https://github.com/MD4
- @MDequa
Pinned Loading
-
is-modular
is-modular PublicA (really) simple command line tool which checks if your code is modular.
JavaScript 2
-
talk-optim-react
talk-optim-react PublicExample app for my talk about React render optimization
JavaScript 2
-
Hex string to ascii, feat @PaGury
Hex string to ascii, feat @PaGury 1const parseHex = hexString => hexString
2.match(/.{1,2}/g)
3.map(hex => String.fromCharCode(parseInt(hex, 16)))
4.join('');
-
P2 to PIXI mapping utils
P2 to PIXI mapping utils 1define(function () {
2return {
34factor: 100,
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.