1.6.18 • Published 3 years ago

@citeright/renderers v1.6.18

Weekly downloads
63
License
GPL-3.0
Repository
-
Last release
3 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

3 years ago

1.6.12

3 years ago

1.6.5

3 years ago

1.6.4

3 years ago

1.6.3

3 years ago

1.6.2

3 years ago

1.6.1

3 years ago

1.6.0

4 years ago

1.5.0

4 years ago