UNPKG

@fylgja/tokens

Version:

[![NPM version](https://img.shields.io/npm/v/@fylgja/tokens)](https://www.npmjs.com/package/@fylgja/tokens) [![NPM Downloads](https://img.shields.io/npm/dt/%40fylgja%2Ftokens)](https://www.npmjs.com/package/@fylgja/tokens) [![License](https://img.shields.

15 lines (13 loc) 393 B
// Fylgja (https://fylgja.dev) // Licensed under MIT Open Source export default { ratio: { box: 1, // Its a box landscape: "4/3", // The older default video ratio portrait: "3/4", widescreen: "16/9", // Default video ratio superwide: "21/9", // PC monitor ultrawide: "18/5", // PC Gamer monitor golden: "1.618/1", // Golden ratio (Not sure what this is, Google it mate) }, };