🕺
Entertaining
Pinned Loading
-
redux-watch-immutable
redux-watch-immutable PublicWatch/observe Redux store state changes using Immutable.js.
-
getImageWidthByUserContext.js
getImageWidthByUserContext.js 1export const getImageWidthByUserContext = (width, MAX_WIDTH = 2880) => {
2if (typeof(window) === 'undefined') return width;
34// Pixel ratio
5let qualityRatio = window.devicePixelRatio ? window.devicePixelRatio : 1;
-
Sound Manager using Web Audio API
Sound Manager using Web Audio API 1// Constants
2import { SOUNDS } from './constants';
34// Utils
5import { loadSound } from 'utils/load';
-
Simple class to play a PNG sequence ...
Simple class to play a PNG sequence into a canvas 1// Here is a simple class that contains loading methods.
2// Nothing fancy, but the idea is simply to return a Promise
3import { loadImg } from './load';
45class Sprite {
-
Using critical.js with cluster for m...
Using critical.js with cluster for maxi perf 1const cluster = require('cluster');
2const fs = require('fs');
3const path = require('path');
4const critical = require('critical');
5const minify = require('html-minifier').minify;
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.