Files
FileFlowsPlugins/ImageNodes/GlobalUsings.cs
2022-05-06 01:17:40 +12:00

7 lines
268 B
C#

global using System;
global using System.Text;
global using System.ComponentModel.DataAnnotations;
global using FileFlows.Plugin;
global using FileFlows.Plugin.Attributes;
global using SixLabors.ImageSharp;
global using static FileFlows.ImageNodes.Images.Constants;