How to use the steno.initSteno function in steno

To help you get started, we’ve selected a few steno examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github 21-23 / _qd-ui / app / game-master / game-master-view.js View on Github external
import { h, render } from 'preact';
import { Provider } from 'preact-redux';

import { initSteno } from 'steno';

import 'common/styles/reset.styl';
import './game-master-styles.styl';

import GameMasterApp from './components/GameMasterApp';

import store from './store/store';

initSteno('ui-game-master');

render((
    
        
    
), document.body);
github 21-23 / _qd-ui / app / game / game-view.js View on Github external
import { h, render } from 'preact';
import { Provider } from 'preact-redux';

import { initSteno } from 'steno';

import 'common/styles/reset.styl';
import './game-styles.styl';

import GameApp from './components/GameApp';

import store from './store/store';

initSteno('ui-game');

render((
    
        
    
), document.body);

steno

Specialized fast async file writer

MIT
Latest version published 5 months ago

Package Health Score

72 / 100
Full package analysis