@textio/frontend-interview-data
v1.0.5
Published
Data for Textio frontend interview problems
Downloads
20
Maintainers
Keywords
Readme
Config data for Textio frontend/full-stack interview problems.
Getting started:
yarn add @textio/frontend-interview-data
Usage:
import { text, highlights } from 'textio-interview-data';
console.log(text); // => "You will deliver new technology with an adorable puppy. Perfect!"
console.log(highlights); // => [{ "startOffset": 4, "endOffset": 19, "color": "#DFF094", "priority": 10 }, ...]