bit-diff

0.0.2 • Public • Published

bit-diff

ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

<script type='text/stache' can-autorender>
    <can-import from="bit-diff"/>
    <bit-diff old-text="old text" new-text="new text"></bit-diff>
</script> 
 
<script src='./node_modules/steal/steal.js'
    main="can/view/autorender/"></script> 

Parameters

  • old-text (required): The original text being replaced1.
  • new-text (required): The new text that is replacing the original1.
  • mode: Numeric value, which mode to start the diff in. Options: 0 for side-by-side, 1 for inline. Default to inline.
  • width: Width of the diff box. Defaults to 600px. Width can be numeric (600 - assumes px), pixel (600px), or percentage (100%)

1If using an ES6 compiler, multi-line values can be used when enclosed in back-ticks (\``). Otherwise new-lines (\n`) should be added.

Readme

Keywords

Package Sidebar

Install

npm i bit-diff

Weekly Downloads

4

Version

0.0.2

License

MIT

Last publish

Collaborators

  • kylegifford