UNPKG

@keyframes/core

Version:

Keyframes allows dynamic generation of CSS3 keyframes with callback events and other niceness.

10 lines (8 loc) 234 B
const liveServer = require("live-server"); const params = { logLevel: 0, watch: ["example"], root: "example", ignore: ["example/*.ts", "example/*.tmp*"], // comma-separated string for paths to ignore }; liveServer.start(params);