1.6.18 • Published 4 years ago

@citeright/renderers v1.6.18

Weekly downloads
63
License
GPL-3.0
Repository
-
Last release
4 years ago

CiteRight Renderers

For rendering preview page of reference item contents.

Installation

To use, simply install this NPM package

npm install @citeright/renderers

Usage

import { ReferenceItemContentRenderer } from '@citeright/renderers';

const referenceItemContentRenderer = new ReferenceItemContentRenderer();

// To render preview of case content
const previewHtml = await referenceItemContentRenderer.renderPreview(`${ParsedContent}`);

// To render case content not found
const notFoundHtml = await referenceItemContentRenderer.renderNotFound(`${referenceItemUrl}`);

Making Changes

  • Log in to npmjs.com using local command "npm login"
  • Commit changes to remote repository (local copy must be clean to continue)
  • type: npm run publish-node-module.
1.6.18

4 years ago

1.6.12

4 years ago

1.6.5

4 years ago

1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

5 years ago

1.5.0

5 years ago