Skip to content

Instantly share code, notes, and snippets.

@thomasxbanks
Created February 20, 2018 12:38
Show Gist options
  • Select an option

  • Save thomasxbanks/e45eaed5d2fd7d0fd5143fc9043c1b15 to your computer and use it in GitHub Desktop.

Select an option

Save thomasxbanks/e45eaed5d2fd7d0fd5143fc9043c1b15 to your computer and use it in GitHub Desktop.
const numberizePixels = (value) => {
return ~~(value.substr(0, (value.length - 2)));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment