Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A testing repository to develop a ES6 version of [jsfeat](https://github.com/ins

- ES6 support

- webpack bundler
- Vite-built UMD + ESM bundles

- npm package

Expand All @@ -40,6 +40,15 @@ These public classes were implemented:
- yape
- yape06

## Requirements & building 🛠️

- **Node.js** v24 (see `.nvmrc`; npm 11)
- Build (UMD + ESM + type declarations): `npm install` then `npm run build-ts`
- Produces `dist/jsfeatNext.js` (UMD, browser global `jsfeatNext`), `dist/jsfeatNext.mjs` (ESM), and `types/`
- Built with **Vite** library mode (as of the webpack → Vite migration); webpack/babel are no longer used
- Watch mode: `npm run dev-ts`
- Tests: `npm test` (Vitest — characterization tests against the original jsfeat)

## npm package 📦
You can install the package with:

Expand Down
2 changes: 1 addition & 1 deletion dist/jsfeatNext.js

Large diffs are not rendered by default.

2,591 changes: 2,591 additions & 0 deletions dist/jsfeatNext.mjs

Large diffs are not rendered by default.

47 changes: 0 additions & 47 deletions dist/package.json

This file was deleted.

33 changes: 0 additions & 33 deletions dist/src/cache/cache.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/cache/cache.js.map

This file was deleted.

28 changes: 0 additions & 28 deletions dist/src/constants/constants.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/constants/constants.js.map

This file was deleted.

16 changes: 0 additions & 16 deletions dist/src/data_type/data_type.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/data_type/data_type.js.map

This file was deleted.

9 changes: 0 additions & 9 deletions dist/src/fast_corners/fast_corners.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/fast_corners/fast_corners.js.map

This file was deleted.

36 changes: 0 additions & 36 deletions dist/src/fast_corners/fast_private.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/fast_corners/fast_private.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions dist/src/homography2d/homography2d.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/homography2d/homography2d.js.map

This file was deleted.

169 changes: 0 additions & 169 deletions dist/src/imgproc/convol.js

This file was deleted.

Loading
Loading