Example:
import {render, ColorType} from '@tbela99/css-parser';
// remote file
let result = render(ast);
console.log(result.code);
// local file
result = await parseFile(ast, {beatify: true, convertColor: ColorType.SRGB});
console.log(result.code);
render ast tree