Get the name of active theme
to see the active theme you can just do:
const themy = require('themy');
const theme = new themy({ coolTheme: {} });
theme.getTheme();
info
getTheme() reutrns a string, the name of active theme
to see the active theme you can just do:
getTheme() reutrns a string, the name of active theme