Advanced Search
Search Results
8 total results found
readme.md for @push.rocks/smartbrowser
A simplified Puppeteer wrapper for easy browser automation, PDF generation, screenshots, and page evaluation. Install To install @push.rocks/smartbrowser, use the following command with your preferred package manager: npm install @push.rocks/smartbrowser # or ...
readme.md for @push.rocks/smartpdf
Transform HTML, websites, and PDFs into beautiful documents and images with just a few lines of code. Issue Reporting and Security For reporting bugs, issues, or security vulnerabilities, please visit community.foss.global/. This is the central community ...
readme.md for @push.rocks/smartpuppeteer
simplified access to puppeteer Install To install @push.rocks/smartpuppeteer in your project, run the following command using npm: npm install @push.rocks/smartpuppeteer --save Or using yarn: yarn add @push.rocks/smartpuppeteer Usage @push.rocks/smartpuppete...
readme.md for @push.rocks/smartssr
a smart server side renderer supporting shadow dom Install To install @push.rocks/smartssr, use the following command with npm: npm install @push.rocks/smartssr --save Or with yarn: yarn add @push.rocks/smartssr This will add @push.rocks/smartssr to your pro...
changelog.md for @push.rocks/smartbrowser
2026-03-09 - 2.0.11 - fix(deps) upgrade dependencies and adapt code, tests, and docs for new upstream versions Bump runtime deps: @push.rocks/smartpdf -> ^4.2.0, @push.rocks/smartpuppeteer -> ^2.0.5 Bump devDependencies to modern majors: @git.zone/tsbuild ^4....
changelog.md for @push.rocks/smartpdf
2026-03-09 - 4.2.0 - feat(smartpdf) replace internal Express server with @push.rocks/smartserve, add PDF→WebP rendering, improve start/stop handling and bump dependencies Replace internal Express HTTP implementation with @push.rocks/smartserve and update READ...
changelog.md for @push.rocks/smartpuppeteer
2025-02-25 - 2.0.5 - fix(dependencies) Update dependencies including Puppeteer and node types. Updated Puppeteer version from ^22.6.4 to ^24.3.0. Updated @types/node version from ^20.12.7 to ^22.13.5. 2025-02-25 - 2.0.4 - fix(IncognitoBrowser) Enhance Incogn...
changelog.md for @push.rocks/smartssr
2025-01-01 - 1.0.40 - fix(test) Fix test configuration and import path in test suite Changed the test command in package.json to include the build step. Fixed the import path for smartssr in the test suite to point to the correct distribution directory. Added...