CSS Properties

node v12.22.12
version: 1.0.1
endpointsharetweet
const httpq = require(`httpq`) exports.endpoint = async (req, res) => { res.setHeader(`Access-Control-Allow-Origin`, `*`) res.end(await httpq.get(`https://www.w3.org/Style/CSS/all-properties.en.json`)) };
Loading…

no comments

    sign in to comment