Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@opensourceframework/critters

npm version License: MIT

Embedded CSS critical path extraction for Next.js applications

This is a maintained fork of the original critters package, maintained by the OpenSource Framework community.

Why This Fork?

The original package is no longer actively maintained. This fork provides:

  • 🔄 Active Maintenance: Regular updates and bug fixes
  • 📦 Modern Tooling: Built with TypeScript, tsup, and modern build tools
  • 🔒 Security: Prompt security updates and vulnerability patches
  • 📖 Documentation: Improved and up-to-date documentation
  • 🧪 Testing: Comprehensive test coverage

Installation

npm install @opensourceframework/critters
# or
yarn add @opensourceframework/critters
# or
pnpm add @opensourceframework/critters

Usage

// Example usage - will be updated when implementation is complete
import { /* exports */ } from '@opensourceframework/critters';

Documentation

Full documentation will be available at https://opensourceframework.dev/docs/critters

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

MIT © OpenSource Framework Contributors

Links