Skip to content

@phun-ky/speccer / speccer

Function: speccer()

ts
function speccer(): void;

Defined in: main.ts:261

Returns

void

Examples

typescript
import '@phun-ky/speccer/dist/speccer.min.css';
import speccer from '@phun-ky/speccer';

// do stuff
speccer();
html
<link rel="stylesheet" href="../path/to/speccer.min.css" />
<script src="../path/to/speccer.js"></script>