Skip to content

Convert to Typescript #94

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

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

Conversation

devindavies
Copy link

@devindavies devindavies commented Jul 2, 2024

All functions, nodes, and constants have been broken up into separate files.
Nodes have also been migrated to es6 classes

--BREAKING CHANGE--

Nodes are now individually importable and can now be created without Tuna class creation.

Example:

import { Compressor } from 'tunajs'

const compressorNode = new Compressor()

@mikezaby
Copy link

mikezaby commented Mar 7, 2025

Very nice job, it will be very cool if this be PR released and merged!

@devindavies
Copy link
Author

devindavies commented Mar 10, 2025

@mikezaby this project doesn't seem to be actively maintained anymore, I've continued to make improvements beyond this PR on my master branch: https://github.com/devindavies/tuna/tree/master

@mikezaby
Copy link

I saw this also, are you planning to release your own package?

@devindavies
Copy link
Author

devindavies commented Mar 11, 2025

@mikezaby I was using it for another project, but I could release it as its own package if people are interested

@devindavies
Copy link
Author

@mikezaby published to https://www.npmjs.com/package/@devinmdavies/tunajs

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

Successfully merging this pull request may close these issues.

2 participants