Beispiel #1
0
 public CodeRenderService(INodeProvider figmaProvider, NodeConverter[] nodeConverters,
                          CodePropertyConfigureBase codePropertyConverter, ITranslationService translationService = null) : base(figmaProvider, nodeConverters, translationService)
 {
     this.codePropertyConverter = codePropertyConverter;
 }
Beispiel #2
0
 public PlatformFigmaCodePropertyConverter(string platform, CodePropertyConfigureBase converter)
 {
     Platform  = platform;
     Converter = converter;
 }