Skip to content

nicechay/smartEdit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Smart Edit

Convert one text string to other by making smart edits

See Demo

Basic Usage

  • Include smartEdit.min.js on your document's <head>

  • Select html element preferrably paragraph containing text to be transformed

var myElement = document.getElementById("myElementId");
  • Initialization
var xyz = new transformTo(myElement,"finalstring");
xyz.run(callback);
  • The callback function runs after the transformation is complete

Dependencies -> none

Releases

No releases published

Packages

No packages published

Languages