UNPKG

eink

Version:

Library to send commands to eink devices, like boox mira

10 lines (8 loc) 174 B
import { Mira } from './index.js'; try { const mira = new Mira.Display(); mira.sendCommand(Mira.Commands.refresh); mira.close(); } catch (err) { console.log(err); }