Skip to content
/ papyrus Public

[WIP] A minimalist browser built for readability

License

Notifications You must be signed in to change notification settings

johno/papyrus

Repository files navigation

Work in progress

A minimalist browser built for readability.

unspecified-1

Installation

git clone https://github.com/johnotander/papyrus.git && cd $_
npm i
npm start

Usage

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',
}

Related

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by John Otander (@4lpine).


This package was initially generated with yeoman and the p generator.

About

[WIP] A minimalist browser built for readability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published