blob: c92be38c8f99e6c060d4ed69f52ff3e841be77a3 [file]
// Copyright (c) 2026, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:stb_image/stb_image.dart';
void main(List<String> args) {
print(getInfo(args.first));
}