Skip to content

beepro/waggle-dance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

npm i -S waggle-dance

Usage

import { apply } from 'waggle-dance';

apply('0123456789', {
  from: {
    row: 0,
    col: 1,
  },
  to: {
    row: 0,
    col: 9,
  },
  text: 'a'
});
// will be 0a9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published