creepyface-dance
Advanced tools
Comparing version 7.3.10 to 7.4.1
@@ -15,4 +15,4 @@ import { PointProvider } from 'creepyface'; | ||
intercalate: (steps: Step[], step: Step) => Step[]; | ||
circle: (from: "s" | "n" | "ne" | "e" | "se" | "sw" | "w" | "nw", backwards?: boolean) => Step[]; | ||
circle: (from: "s" | "n" | "ne" | "e" | "se" | "sw" | "w" | "nw", clockwise?: boolean) => Step[]; | ||
}; | ||
export {}; |
{ | ||
"name": "creepyface-dance", | ||
"version": "7.3.10", | ||
"version": "7.4.1", | ||
"main": "dist/index.js", | ||
@@ -45,3 +45,4 @@ "types": "dist/index.d.ts", | ||
"typescript": "^3.7.3" | ||
} | ||
}, | ||
"gitHead": "0cf53963490bfbf3a8d14466752cbb62a9ac6a34" | ||
} |
@@ -61,7 +61,7 @@ # Creepyface Dance · [![npm version](https://img.shields.io/npm/v/creepyface-dance.svg?style=flat)](https://www.npmjs.com/package/creepyface-dance) | ||
| Name | Description | Example | | ||
| ------------- | ------------------------------------------------------------------------------------ | ---------------------------------- | | ||
| `repeat` | Repeats the given sequence a specified amouht of times. | `repeat(10)(['s', 'n'])` | | ||
| `circle` | An 8 step move describing a circle looking to every direction from the one provided. | `circle('e')` | | ||
| `intercalate` | Constructs a secuence consisting of the itercalation of a given sequence and a step. | `intercalate(['n', 'w'], 'crazy')` | | ||
| Name | Description | Example | | ||
| ------------- | ----------------------------------------------------------------------------------------------------- | ---------------------------------- | | ||
| `repeat` | Repeats the given sequence a specified amouht of times. | `repeat(10)(['s', 'n'])` | | ||
| `circle` | An 8 step move describing a counterclockwise circle looking to every direction from the one provided. | `circle('e')` | | ||
| `intercalate` | Constructs a secuence consisting of the itercalation of a given sequence and a step. | `intercalate(['n', 'w'], 'crazy')` | | ||
@@ -68,0 +68,0 @@ You can build you own moves too! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12674
5