Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tracking] Project Revitalization Efforts Being Made #149

Open
crutchcorn opened this issue Dec 15, 2024 · 1 comment
Open

[Tracking] Project Revitalization Efforts Being Made #149

crutchcorn opened this issue Dec 15, 2024 · 1 comment

Comments

@crutchcorn
Copy link
Member

crutchcorn commented Dec 15, 2024

Hi all!

TLDR: This library has been dead for some time and in quite the nasty place at that. No longer.

I'm working hard on a v4 which should change few public-facing APIs over 3.2, but with a modern monorepo setup, massively improved build pipeline, stability enhancements, et al.

Work can be tracked in the v4 branch on GitHub.

In fact, I've just released the first alpha of 4.0.0-alpha.4. Please go test it out and let me know what you think! Just remember to update your imports from:

import * as Vibrant from "node-vibrant";

To:

import { Vibrant } from "node-vibrant/browser";
// Or
import { Vibrant } from "node-vibrant/node";

Thank you for your patience to this point, and apologies for leaving things in the state I had.

@crutchcorn crutchcorn pinned this issue Dec 15, 2024
@crutchcorn
Copy link
Member Author

In particular, before we get to v4 stable, I want to do the following:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant