HEX colours

This commit is contained in:
Isaac
2021-04-01 22:00:01 +01:00
parent 1a4a3c1a33
commit c01f8c3b02
3 changed files with 10 additions and 4 deletions

3
src/utils/index.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
int2hex: (int) => int.toString(16).toUpperCase(),
};