1.0.0 • Published 12 months ago

@jaycd598/paraphrase v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Paraphrase

A JavaScript library for paraphrasing text

Installation

To install the Random Color Generator package, use the following command:

npm i @jaycd598/paraphrase

Usage

const paraphrase = require('@jaycd598/paraphrase');

const sentenceToParaphrase = "I am happy with my progress.";
const paraphrasedSentence = paraphrase(sentenceToParaphrase);
console.log("Original Sentence:", sentenceToParaphrase);
console.log("Paraphrased Sentence:", paraphrasedSentence);
1.0.0

12 months ago