lortimer
Results
2
comments of
lortimer
I want to +1 this feature request because it's really important for accessibility. I have a hard time reading the font in Flycut as it is.
I ran into OP's problem today trying to use parcel to transpile a NodeJS + Express app that serves a REST API alongside my web application. I call `app.use(express.static(path.join(__dirname, "public")));`...