JSFiddle - React, Tailwind, and code Playground
by amcharts
JavaScript
var w = 1800;
var h = 3000;
var s = 64;
alert(Math.ceil(w/s) * s + " " + Math.ceil(h/s) * s);
by amcharts
var w = 1800;
var h = 3000;
var s = 64;
alert(Math.ceil(w/s) * s + " " + Math.ceil(h/s) * s);