Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

color/ribosome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ribosome

A simple library that can generate PDF from web assets located at a given URL.

The PDF generator waits until the loading page inserts a html element with ID "pdfReady".

Getting Started

How to install

npm install ribosome

Usage

var ribosome = require('ribosome')
var url = 'https://google.com'

ribosome.translate(url, function(pdf) {
  console.log(pdf)
}, function(err) {
  console.error(err)
})

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •