use fs;
/// Warn if the generated SVG file is too large (default threshold: 1MB).
///
/// This check helps avoid excessive SVG sizes that may lag or fail to load in browsers.
///
/// - `path`: Path to the generated SVG file
/// - `limit`: Maximum allowed file size in bytes
///
/// If the size exceeds the limit, a warning is printed suggesting the use of `--script` mode.
pub