⊶ papyrus
Work in progress
A minimalist browser built for readability.
git clone https://github.com/johnotander/papyrus.git && cd $_
npm i
npm start
Papyrus looks for a .papyrus.js
in your home directory.
It can be used to specify a style object that will be applied to all sites.
You can also use other packages to provide values like a typescale.
const diatonic = require('diatonic')
{
baseFontSize: '18px'
typescale: diatonic(),
width: '32rem',
}
MIT
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Crafted with <3 by John Otander (@4lpine).
This package was initially generated with yeoman and the p generator.