1.0.0 • Published 12 months ago

@trufi/utils v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Utils

My utility functions.

Vector and matrix functions are taken from https://github.com/toji/gl-matrix.

Usage

Install with npm:

npm install @trufi/utils

Import the function you need to your project and use it:

import { vec2lerp } from '@trufi/utils';

// or
import { vec2lerp } from '@trufi/utils/vec2';

// or
import { vec2lerp } from '@trufi/utils/vec2/lerp';

Contributing principles

  1. One function — one file.
  2. Zero dependencies.
1.0.0

12 months ago

0.0.13

12 months ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago