第44期 — 2020-03-01

在浏览器中阅读

周e信

扫描二维码关注微信公众号

Node.js

nodejs

nodecg 使用浏览器和nodejs创建CG🔗

支持
OBS Studio (via the obs-browser plugin)
vMix
XSplit
CasparCG (v2.2.0 test builds only, at this time)

NodeCG

Mike

Javascript

facebook Reactive Native团队出品rome js工具链🔗
  • typescript
  • 无依赖
  • 自托管
  • 工具链
  • 应该是没有包含服务端的
  • 专门解释了,图标是希腊的斯巴达头盔,真正的罗马头盔是这样子的 Galea. 😂

facebook 编辑Ka

v8.1 发布Intl.DisplayNames🔗
const zhLanguageNames = new Intl.DisplayNames(["zh-Hant"], {
  type: "language"
});
const enRegionNames = new Intl.DisplayNames(["en"], { type: "region" });
const itScriptNames = new Intl.DisplayNames(["it"], { type: "script" });
const deCurrencyNames = new Intl.DisplayNames(["de"], { type: "currency" });

zhLanguageNames.of("fr");
// → '法文'
enRegionNames.of("US");
// → 'United States'
itScriptNames.of("Latn");
// → 'latino'
deCurrencyNames.of("JPY");
// → 'Japanischer Yen'

Dominik Inführ

前端

Austin Malerba

David Nicholas Williams

Chris Coyier

教程 - 对角布局🔗

NILS BINDER

投稿

Tanner Linsley

数据库

Tom

扫描二维码关注微信公众号
本期阅读量