Web Tools #373 - Media Tools, JS Libs, Vue Tools

Web Tools Weekly
WEB VERSION
What a Tool!

Issue #373 • September 10, 2020

The Google Developers team recently posted a new article in their web.dev resource that's worth checking out: Use advanced typography with local fonts.

The article is a bit of a history lesson on how developers have handled web fonts in the past, leading up to the primary focus of the piece: the Local Font Access API, which is currently an unofficial spec in the feedback stage.

One interesting point in the article is about the little-known local() function:

"An interesting fact, though, is that the src property in the @font-face declaration, apart from the url() function, also accepts a local() function. This allows custom fonts to be loaded (surprise!) locally ... The problem with the local() function is that it can be abused for browser fingerprinting."

The article then presents a solution: the Local Font Access API that does two things:

  • Allows users to grant access to the full set of available system fonts, so developers can reference those fonts if they're available instead of making the browser download them.
  • Allows developers to have access to full font data.

Currently the feature can be enabled using a Chrome flag and you can feature detect it:

if ('fonts' in navigator) {
  // The Local Font Access API is supported
}

Once you've confirmed support, you can ask the user to allow access to their fonts via the navigator.permissions.request() method which returns a Promise.

The article has more details on how to use it if you want to read up on that. But as mentioned, this is still in the early stages. This is certainly an interesting and potentially game-changing feature that could make web fonts even more powerful and flexible.

Now on to this week's tools!

Media Tools (SVG, Video, etc.)

threejs-mesh-modifiers
A library of modifiers for three.js objects, including modifiers such as Bend, Bloat, Noise, Skew, Taper, etc.

Iconpie
Online app to build out all your favicon and app icons in 50 different sizes.

PeerJS
Simplifies WebRTC peer-to-peer data, video, and audio calls. Wraps the browser's WebRTC implementation to provide a complete, configurable, and easy-to-use peer-to-peer connection API.

Mugshot Bot
Create free social images for Twitter cards, Facebook sharing, Open Graph, and more. Just enter a URL.

Bootstrap Icons
The official icon set from the Bootstrap team is now at version 1+.
 
Bootstrap Icons

Retrobatch
Flexible, super charged, batch image processing for Mac.

SVGuitar
JavaScript (TypeScript) library to create beautiful SVG guitar chord charts directly in the browser.

GraphAV
A graph algorithms visualizer built using React, Typescript, and Styled Components.

React Fast Charts
Blazing fast charting library with loading time less than 50ms; built from scratch.

Muze
Free data visualization library for creating exploratory data visualizations (like Tableau) in browser, using WebAssembly.

Lightweight Charts
Now at version 3+. Financial lightweight charts built with HTML5 canvas.

Icons8 Animated Icons
Now at version 2+. 900+ animated icons available in JSON for Lottie, GIF, and After Effects format.
 
Recommended Reading for Developers:

JavaScript Libraries and Frameworks

Tech Productivity
A brief weekly newsletter for tech professionals. Features articles, tips, and tools for improved productivity.   promoted

Ct.js
An open source 2D game editor that makes learning programming fun and game development easy by its visual tools, good docs, and flexible, modular library.
 
Ct.js

TypeORM
Object-relational mapping library that can run in Node, the Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron and can be used with TypeScript and ES5+.

G6
Now at version 3+. A graph visualization engine in TypeScript that provides a set of basic mechanisms including rendering, layout, analysis, interaction, animation, and other auxiliary tools.

Snabbdom
A lightweight virtual DOM library with a focus on simplicity, modularity, powerful features, and performance.

Staq
A JavaScript library for creating Software-as-a-Service (SaaS) businesses. Works with React, Firebase, and Stripe to abstract away the boring parts of building software.

Angular
Now at version 10+, details here.

math.js
Now at version 7+. An extensive math library for JavaScript and Node.

Electron
The popular library and toolset for building desktop apps with front-end technologies is now at version 10+.

Financial
A zero-dependency TypeScript/JavaScript financial library for Node.js, Deno, and the browser.

Barleytea.js
A transparent, modular framework that aims to make building apps more familiar by staying close to vanilla JavaScript and offering similar features to other frameworks.

CindyJS
A framework to create interactive mathematical content for the web. The demos are pretty neat.

Vue Tools

VueDemi
A utility that allows you to write universal Vue libraries for Vue 2 and 3.

Noodel.js
Short for node model. A 4-way scroll-snap user interface for content trees that you can navigate by simply moving up, down, left and right. Try it here.

Vuesence Book
Minimalistic Vue-based documentation system component.

vue-list-scroller
Simple and easy to use Vue.js component for efficiently rendering large lists using infinite scroll.

vue-devtools
Now at version 6+. Browser developer tools extension for debugging Vue applications.

vue-flux
An image carousel/slider that comes with 20 cool transitions. Demos here.
 
vue-flux

Vue Watch
A directory of Vue plugins searchable and filterable by pre-defined categories.

Villus
A small and fast GraphQL client for Vue.

vc2c
Convert Vue class APIs to Vue composition APIs in Vue components written in Typescript.

vue-slick-carousel
Another Vue carousel component option with support for true SSR and strong performance.

Vue Gridmultiselect
A simple multi-select component with items displayed in a table interface.

A Tweet for Thought

Is this an accurate summary of what is coding?
 

Send Me Your Tools!

Made something? Send links via Direct Message on Twitter @WebToolsWeekly (details here). No tutorials or articles, please. If you have any suggestions for improvement or corrections, feel free to reply to this email.
 

Before I Go...

If you want to create your own little relaxing background music for working, check out Lo-Fi Player. It has an interactive game-like environment to build "scenes". And you can also try live customizing it via chat on the YouTube stream. That's pretty cool!

Thanks to everyone for subscribing and reading!

Keep tooling,
Louis
webtoolsweekly.com
@WebToolsWeekly
PayPal.me/WebToolsWeekly

Older messages

Web Tools #371 - Frontend Frameworks, JS Utilities, Build Tools

Thursday, August 27, 2020

Web Tools Weekly WEB VERSION Issue #371 • August 27, 2020 JavaScript's Date object is quite a monster when you take a look at all the methods available on it for manipulating and dealing with dates

Web Tools #370 - Media Tools, Testing/Debugging, Uncats

Thursday, August 20, 2020

Web Tools Weekly WEB VERSION Issue #370 • August 20, 2020 This past week I came across a YouTube video by someone named Aaron Jack called 21 LIFE CHANGING JavaScript tricks that you'll definitely

Web Tools #369 - CSS Tools, VS Code, React Tools

Thursday, August 13, 2020

Web Tools Weekly WEB VERSION Issue #369 • August 13, 2020 Previously I discussed the usefulness of the Array.entries() method, which allows you to get an iterator object that holds the key/value pairs

Web Tools #368 - JS Utilities, SVG Tools, Git/CLI

Thursday, August 6, 2020

Web Tools Weekly WEB VERSION Issue #368 • August 6, 2020 ES6 introduced the somewhat overlooked .entries() method for Array, Map, and Object. The concept for this method is the same for all three, but

Web Tools #367 - Front-end Frameworks, Testing Tools, Uncats

Thursday, July 30, 2020

Web Tools Weekly WEB VERSION Issue #367 • July 30, 2020 In case you missed it, a couple of new String methods have been added in ES2017 and ES2019 and they all have pretty decent browser support. The

You Might Also Like

Yikes! Copilot failed all our coding tests

Monday, April 29, 2024

iPad Pro with M4; Best security keys; AI conducts job interviews now -- ZDNET ZDNET Tech Today - US April 29, 2024 placeholder Yikes! Microsoft Copilot failed every single one of my coding tests I ran

Re: The smart home product I use every day!

Monday, April 29, 2024

Hey , Earlier this month, I emailed you about one of my favorite smart home products, a robot vacuum and mop. I wanted to let you know that Samsung currently has a Spring Black Friday Sale and is

The EU draws its regulatory cords tighter around Apple

Monday, April 29, 2024

The EU has said Apple's iPadOS will now fall under the DMA View this email online in your browser By Alex Wilhelm Monday, April 29, 2024 Welcome to TechCrunch AM! We're off to a quick start

GCP Newsletter #396

Monday, April 29, 2024

Welcome to issue #396 April 29th, 2024 News Networking Official Blog Partners Introducing the Verified Peering Provider program, a simple alternative to Direct Peering - Google has launched a new

How many Vision Pro headsets has Apple sold?

Monday, April 29, 2024

The Morning After It's Monday, April 29, 2024. Apple Vision Pro headset production is reportedly being cut, sales are reportedly “way down.” But but but wait: Wasn't the Vision Pro meant to

Okta Warns of Unprecedented Surge in Proxy-Driven Credential Stuffing Attacks

Monday, April 29, 2024

THN Daily Updates Newsletter cover Webinar -- Uncovering Contemporary DDoS Attack Tactics -- and How to Fight Back Stop DDoS Attacks Before They Stop Your Business... and Make You Headline News.

Import AI 370: 213 AI safety challenges; everything becomes a game; Tesla's big cluster

Monday, April 29, 2024

Are AI systems more like religious artifacts or disposable entertainment? ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Apple renews OpenAI talks 🧠, Google fires Python team 👨‍💻, React 19 beta ⚛️

Monday, April 29, 2024

Apple has renewed discussions with OpenAI to use its generative AI technology to power new features coming to the iPhone Sign Up |Advertise|View Online TLDR Together With QA Wolf TLDR 2024-04-29 😘 Kiss

Architecture Weekly #177 - 29nd April 2024

Monday, April 29, 2024

How do you make predictions about tech without the magical crystal ball? We did that today by example. We analysed what Redis and Terraform license changes relate to the new Typescript framework Effect

Software Testing Weekly - Issue 217

Monday, April 29, 2024

How do you deal with conflicts in QA? ⚔️ View on the Web Archives ISSUE 217 April 29th 2024 COMMENT Welcome to the 217th issue! How do you deal with conflicts in QA? Ideally, you'd like to know how