DefinitelyTyped/types/tinycon/tinycon-tests.ts
2018-06-13 15:25:07 +02:00

14 lines
229 B
TypeScript

import * as Tinycon from 'tinycon';
Tinycon.setOptions({
abbreviate: false,
background: '#549A2F',
color: '#ffffff',
fallback: true,
font: '10px arial',
height: 9,
width: 7
});
Tinycon.setBubble(7);