npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

fxd-app-x-publish

v1.0.3

Published

自动发布推文

Downloads

2

Readme

fxd-app-x-publish

如何使用

这是一个 fxd 应用,需要安装 fxd-cli 命令行工具。更多信息请查看手册

本应用需要维持登录态,因此要先用 fxd-app-keep-live2 打开推特登录,然后再运行命令行。

使用实例

长文+图

./fxd xPublish --content="终于把无感录屏这事搞定了。这事我觉得挺重要,因为它可以在你工作或者写开源项目的时候直接把过程录制下来,只需要再剪辑一下,直接就可以作为副产品了。 不过我的电脑配置不太高,OBS跑起来本身就挺费资源,要是再同时把 docker/android studio/xcode开着(比如开发Flutter应用的时候),就会很卡。 之前尝试通过vnc让另外一台电脑登录进来录制,但是对被录制的电脑影响还是蛮大的。最后还是得靠硬件方案,花600多买了个支持4K录制和环出的视频采集卡,终于搞定了。 之前测试的时候买过小几百块的那种,录下来清晰度都不行,还是一分钱一分货啊" --headless="false" --images="/Users/easy/Playground/fxd/images/20240414114221.png"

调试模式

DEBUG=pw:api ./fxd xPublish --content="在调试playwright时,可以加入DEBUG=pw:api 环境变量,这样会输出非常详细的日志,方便在headless模式下定位问题" --format="json"

Thanks

render.js 来自 https://github.com/transitive-bullshit/puppeteer-render-text 由 GPT 移植到 Playwright 框架。