v2.0.0

kroko-ai/kroko-onnxv2.0.0Feb 1, 2025by k9p5

AI Summary

This major update completely removes PixiJS and Pixi Filters, replacing them with a custom 2D context rendering implementation to reduce bundle size and improve performance.

Key Highlights

  • Removed PixiJS and Pixi Filters
  • Custom 2D context rendering implementation
  • Tiny bundle size (49KB gzip)
  • Faster composition mutations
  • Fixed major GPU memory leaks
  • Better browser compatibility

Breaking Changes

  • PixiJS and Pixi Filters are no longer supported
  • Requires migration from V1 to V2

New Features

  • Custom 2D context rendering
  • Optimized performance
  • GPU memory leak fixes
  • Improved browser compatibility

Full Release Notes

## πŸš€ Core v2.0.0 - FFmpeg for the era of AI πŸŽ‰

πŸ”₯ Today we released  `@diffusionstudio/core@2.0.0`, a major update that **completely removes PixiJS and Pixi Filters**, replacing them with a **custom 2D context rendering implementation**.

### 🌟 What's New?
- πŸ’‘ **Tiny bundle size** β€” Just 49KB gzip, with only **one** remaining dependency πŸ“¦
- ⚑ **Faster composition mutations** β€” Fewer abstractions = more speed πŸš€
- 🧠 **Fixes major GPU memory leaks** β€” Enjoy a more stable experience 🧹πŸ’ͺ
- 🌐 **Better browser compatibility** β€” Works seamlessly across more environments 🌐

πŸ“– Migration Guide: If you’re upgrading to V2, check out our guide πŸ‘‰ [Migration Guide: V1 to V2](https://github.com/diffusionstudio/core/wiki/01-Migration-Guide:-V1-to-V2)

Happy hacking! πŸŽ‰