on-codemerge
Version:
A WYSIWYG editor for on-codemerge is a user-friendly interface that allows users to edit and view their code in real time, exactly as it will appear in the final product
123 lines (122 loc) • 1.66 kB
JavaScript
/*! on-codemerge v1.3.1 @author Pavel Kuzmin @license MIT @homepage https://s00d.github.io/on-codemerge/ @repository git+https://github.com/s00d/on-codemerge.git Copyright (c) 2026 Pavel Kuzmin - Built on 2026-07-02T13:39:17.947Z */
const p = [
"Arial",
"Arial Black",
"Verdana",
"Tahoma",
"Trebuchet MS",
"Times New Roman",
"Georgia",
"Garamond",
"Courier New",
"Brush Script MT",
"Comic Sans MS",
"Impact",
"Lucida Console",
"Palatino",
"Garamond",
"Bookman",
"Avant Garde",
"Courier",
"Helvetica",
"Geneva",
"Optima",
"Futura",
"Baskerville",
"Didot",
"American Typewriter",
"Andale Mono",
"Monaco",
"Bradley Hand",
"Chalkduster",
"Copperplate",
"Papyrus",
"Trattatello",
"Snell Roundhand",
"Zapfino",
"Herculanum"
], x = [
"8px",
"9px",
"10px",
"11px",
"12px",
"13px",
"14px",
"15px",
"16px",
"17px",
"18px",
"19px",
"20px",
"21px",
"22px",
"23px",
"24px",
"25px",
"26px",
"27px",
"28px",
"29px",
"30px",
"31px",
"32px",
"33px",
"34px",
"35px",
"36px",
"37px",
"38px",
"39px",
"40px",
"41px",
"42px",
"43px",
"44px",
"45px",
"46px",
"47px",
"48px",
"49px",
"50px",
"51px",
"52px",
"53px",
"54px",
"55px",
"56px",
"57px",
"58px",
"59px",
"60px",
"61px",
"62px",
"63px",
"64px",
"65px",
"66px",
"67px",
"68px",
"69px",
"70px",
"71px",
"72px"
], a = [
"normal",
"0.75",
"1",
"1.15",
"1.25",
"1.35",
"1.5",
"1.75",
"2",
"2.5",
"3",
"16px"
];
export {
p as DEFAULT_FONT_FAMILIES,
x as DEFAULT_FONT_SIZES,
a as DEFAULT_LINE_HEIGHTS
};