0.0.2 • Published 9 years ago

bit-diff v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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.

0.0.2

9 years ago

0.0.1

9 years ago